Changeset 159

Show
Ignore:
Timestamp:
05/12/09 17:31:57 (3 years ago)
Author:
walter
Message:

2.030

Files:

Legend:

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

    r156 r159  
    230230    void*           xgetMembers; 
    231231    void function() ictor; 
     232    void*[4] reserved; 
    232233 
    233234    static int opApply(int delegate(inout ModuleInfo)); 
  • trunk/src/compiler/dmd/object_.d

    r158 r159  
    12041204    void function() ictor;      // module static constructor (order independent) 
    12051205 
     1206    void*[4] reserved;      // for future expansion 
     1207 
    12061208    static int opApply(int delegate(inout ModuleInfo) dg) 
    12071209    {