mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +02:00
[svn r101] Split up CastExp into several smaller utility functions.
This commit is contained in:
@@ -506,7 +506,7 @@ unittest
|
||||
}
|
||||
|
||||
/***************************************
|
||||
* Support for array equality test for bit arrays.
|
||||
* Support for bit array equality test for bit arrays.
|
||||
*/
|
||||
|
||||
version (none)
|
||||
@@ -602,7 +602,7 @@ unittest
|
||||
}
|
||||
|
||||
/***************************************
|
||||
* Support for array compare test.
|
||||
* Support for char array compare test.
|
||||
*/
|
||||
|
||||
extern (C) int _adCmpChar(Array a1, Array a2)
|
||||
@@ -748,7 +748,7 @@ unittest
|
||||
}
|
||||
|
||||
/***************************************
|
||||
* Support for array compare test.
|
||||
* Support for bit array compare test.
|
||||
*/
|
||||
|
||||
version (none)
|
||||
|
||||
Reference in New Issue
Block a user