comparison runtime/ldc.diff @ 790:e6fe47d46783

Updated tango patch, the object.di changes are now in tango trunk
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 27 Nov 2008 02:16:55 +0100
parents 961e249eb2aa
children 06ba66bc0689
comparison
equal deleted inserted replaced
789:9433bcc45837 790:e6fe47d46783
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
15 Index: lib/unittest.sh 1 Index: lib/unittest.sh
16 =================================================================== 2 ===================================================================
17 --- lib/unittest.sh (revision 4110) 3 --- lib/unittest.sh (revision 4110)
18 +++ lib/unittest.sh (working copy) 4 +++ lib/unittest.sh (working copy)
19 @@ -18,8 +18,9 @@ 5 @@ -18,8 +18,9 @@