# HG changeset patch # User Christian Kamm # Date 1227804200 -3600 # Node ID ec5981aba609990f2a35d0d67f3a4b4eb8d06f69 # Parent e6fe47d4678317e5347c84cc4f13c4a073978230# Parent 3e0b643090f1a8c218d6d2ad4dbd7a26f07643c4 Automated merge with http://hg.dsource.org/projects/ldc diff -r 3e0b643090f1 -r ec5981aba609 runtime/ldc.diff --- a/runtime/ldc.diff Thu Nov 27 17:41:49 2008 +0100 +++ b/runtime/ldc.diff Thu Nov 27 17:43:20 2008 +0100 @@ -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)