mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-24 08:33:14 +01:00
Updated tango patch, the object.di changes are now in tango trunk
This commit is contained in:
@@ -1,17 +1,3 @@
|
||||
Index: object.di
|
||||
===================================================================
|
||||
--- object.di (revision 4110)
|
||||
+++ object.di (working copy)
|
||||
@@ -150,6 +150,9 @@
|
||||
void function() dtor;
|
||||
void function() unitTest;
|
||||
|
||||
+ void* xgetMembers;
|
||||
+ void function() ictor;
|
||||
+
|
||||
static int opApply( int delegate( inout ModuleInfo ) );
|
||||
}
|
||||
|
||||
Index: lib/unittest.sh
|
||||
===================================================================
|
||||
--- lib/unittest.sh (revision 4110)
|
||||
|
||||
Reference in New Issue
Block a user