comparison tango/tango/core/Memory.di @ 184:f5ca6bbbf1d7 trunk

[svn r200] Fixed: removed use of std.intrinsic. Fixed: module info could potentially be masked by a previous reference, resulting in linking failure.
author lindquist
date Wed, 07 May 2008 22:01:59 +0200
parents 1700239cab2e
children
comparison
equal deleted inserted replaced
183:3cdf4b0c75a1 184:f5ca6bbbf1d7
86 } 86 }
87 extern (C) 87 extern (C)
88 { 88 {
89 void gc_removeRange(void* p); 89 void gc_removeRange(void* p);
90 } 90 }
91 alias bool(* collectHandlerType)(Object obj); 91 alias bool function(Object obj) collectHandlerType;
92 } 92 }
93 struct GC 93 struct GC
94 { 94 {
95 static 95 static
96 { 96 {