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

Changeset 1441

Show
Ignore:
Timestamp:
01/27/07 16:50:46 (2 years ago)
Author:
sean
Message:

Hopefully fixed compile errors for GDC.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/object.di

    r1431 r1441  
    3838    // 4:                   // has offTi[] member 
    3939    void*       deallocator; 
     40  version( DigitalMars ) 
    4041    OffsetTypeInfo[] offTi; 
    4142} 
     
    5859    uint     flags(); 
    5960    // 1:                   // has possible pointers into GC memory 
     61  version( DigitalMars ) 
    6062    OffsetTypeInfo[] offTi(); 
    6163}