From 6ed62218db3dbf85dec80a879ca22e92225a00b8 Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Thu, 27 Nov 2008 02:16:55 +0100 Subject: [PATCH] Updated tango patch, the object.di changes are now in tango trunk --- runtime/ldc.diff | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/runtime/ldc.diff b/runtime/ldc.diff index bcbb9b4a..f7fd8d95 100644 --- a/runtime/ldc.diff +++ b/runtime/ldc.diff @@ -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)