comparison 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
comparison
equal deleted inserted replaced
267:c43911baea21 268:23d0d9855cad
51 private import gcalloc; 51 private import gcalloc;
52 52
53 private import cstdlib = tango.stdc.stdlib : calloc, free, malloc, realloc; 53 private import cstdlib = tango.stdc.stdlib : calloc, free, malloc, realloc;
54 private import cstring = tango.stdc.string : memcpy, memmove, memset; 54 private import cstring = tango.stdc.string : memcpy, memmove, memset;
55 55
56 debug private import tango.stdc.stdio; 56 private import tango.stdc.stdio;
57 private import tango.stdc.posix.pthread;
57 58
58 version (GNU) 59 version (GNU)
59 { 60 {
60 // BUG: The following import will likely not work, since the gcc 61 // BUG: The following import will likely not work, since the gcc
61 // subdirectory is elsewhere. Instead, perhaps the functions 62 // subdirectory is elsewhere. Instead, perhaps the functions