[svn r200] Fixed: removed use of std.intrinsic.

Fixed: module info could potentially be masked by a previous reference, resulting in linking failure.
This commit is contained in:
Tomas Lindquist Olsen
2008-05-07 22:01:59 +02:00
parent 3678dabfd9
commit fa30c42921
10 changed files with 164 additions and 276 deletions

View File

@@ -13,6 +13,11 @@
*/
module std.intrinsic;
// LLVMDC doesn't use this module!
version( LLVMDC )
{
static assert(0, "LLVMDC does not support the std.intrinsic module with Tango");
}
/**
* Scans the bits in v starting with bit 0, looking