Changeset 4384 for trunk/lib/gc/basic/gcx.d
- Timestamp:
- 03/05/09 10:17:05 (3 years ago)
- Files:
-
- trunk/lib/gc/basic/gcx.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/gc/basic/gcx.d
r4172 r4384 54 54 private import cstring = tango.stdc.string : memcpy, memmove, memset; 55 55 debug(THREADINVARIANT) private import tango.stdc.posix.pthread; 56 debug private import tango.stdc.stdio; 56 debug(PRINTF) private import tango.stdc.posix.pthread : pthread_self, pthread_t; 57 debug private import tango.stdc.stdio : printf; 57 58 58 59 version (GNU)












