Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3880

Show
Ignore:
Timestamp:
08/14/08 18:24:31 (4 months ago)
Author:
sean
Message:

Brought stub GC up to date.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/gc/stub/gc.d

    r2649 r3880  
    6868} 
    6969 
     70extern (C) void gc_minimize() 
     71{ 
     72 
     73} 
     74 
    7075extern (C) uint gc_getAttr( void* p ) 
    7176{ 
     
    115120} 
    116121 
     122extern (C) size_t gc_reserve( size_t sz ) 
     123{ 
     124    return 0; 
     125} 
     126 
    117127extern (C) void gc_free( void* p ) 
    118128{