]> git.llucax.com Git - software/druntime.git/blobdiff - src/gc/basic/gcbits.d
* Changed top-level exception class name from 'Exception' to 'Throwable'.
[software/druntime.git] / src / gc / basic / gcbits.d
index a9f1683aa0dab06d3f09f4f57a60e5d87fdc71fd..b6cc1fb9d7fe8a65fdb15103e6a7a3177640fc9e 100644 (file)
  * Authors:   Walter Bright, David Friedman, Sean Kelly
  */
 
+module gc.gcbits;
+
 
 private
 {
-    import bitmanip;
+    import core.bitmanip;
     import stdc.string;
     import stdc.stdlib;
     extern (C) void onOutOfMemoryError();
@@ -66,7 +68,7 @@ struct GCBits
         }
     }
 
-    invariant
+    invariant()
     {
         if (data)
         {