Author: martin
Date: 2005-04-19 08:52:54 -0400 (Tue, 19 Apr 2005)
New Revision: 43247

Modified:
   trunk/mcs/gmcs/ChangeLog
   trunk/mcs/gmcs/rootcontext.cs
Log:
**** Merged r42485 from MCS ****


Modified: trunk/mcs/gmcs/ChangeLog
===================================================================
--- trunk/mcs/gmcs/ChangeLog    2005-04-19 12:28:48 UTC (rev 43246)
+++ trunk/mcs/gmcs/ChangeLog    2005-04-19 12:52:54 UTC (rev 43247)
@@ -1,3 +1,8 @@
+2005-04-01  Ben Maurer  <[EMAIL PROTECTED]>
+
+       * rootcontext.cs: Allow mcs to bootstrap with the compilation
+       resetting thingy.
+
 2005-04-19  Martin Baulig  <[EMAIL PROTECTED]>
 
        Merged r42462 from MCS and made it work for GMCS.

Modified: trunk/mcs/gmcs/rootcontext.cs
===================================================================
--- trunk/mcs/gmcs/rootcontext.cs       2005-04-19 12:28:48 UTC (rev 43246)
+++ trunk/mcs/gmcs/rootcontext.cs       2005-04-19 12:52:54 UTC (rev 43247)
@@ -116,6 +116,7 @@
                        Target = Target.Exe;
                        Version = LanguageVersion.Default;
                        Documentation = null;
+                       impl_details_class = null;
                }
 
                public static bool NeedsEntryPoint {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to