diff tango/lib/gc/basic/gcx.d @ 268:23d0d9855cad trunk

[svn r289] Fixed: right shift >> was broken for unsigned types. Fixed: debug info for classes now started.
author lindquist
date Sun, 15 Jun 2008 18:52:27 +0200
parents ab43d1e1bf2a
children 0baca2feb554
line wrap: on
line diff
--- a/tango/lib/gc/basic/gcx.d	Sun Jun 15 18:37:23 2008 +0200
+++ b/tango/lib/gc/basic/gcx.d	Sun Jun 15 18:52:27 2008 +0200
@@ -53,7 +53,8 @@
 private import cstdlib = tango.stdc.stdlib : calloc, free, malloc, realloc;
 private import cstring = tango.stdc.string : memcpy, memmove, memset;
 
-debug private import tango.stdc.stdio;
+private import tango.stdc.stdio;
+private import tango.stdc.posix.pthread;
 
 version (GNU)
 {