Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 790:e6fe47d46783

Show
Ignore:
Timestamp:
11/26/08 20:16:55 (1 month ago)
Author:
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
branch:
default
Message:

Updated tango patch, the object.di changes are now in tango trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • runtime/ldc.diff

    r777 r790  
    1 Index: object.di 
    2 =================================================================== 
    3 --- object.di   (revision 4110) 
    4 +++ object.di   (working copy) 
    5 @@ -150,6 +150,9 @@ 
    6      void function() dtor; 
    7      void function() unitTest; 
    8   
    9 +    void* xgetMembers; 
    10 +    void function() ictor; 
    11 + 
    12      static int opApply( int delegate( inout ModuleInfo ) ); 
    13  } 
    14   
    151Index: lib/unittest.sh 
    162=================================================================== 
Copyright © 2008, LDC Development Team.