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

This commit is contained in:
Tomas Lindquist Olsen
2008-11-27 02:16:55 +01:00
parent 910280a3e8
commit 6ed62218db

View File

@@ -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)