Author: zoltan
Date: 2005-11-15 11:58:34 -0500 (Tue, 15 Nov 2005)
New Revision: 53075

Modified:
   trunk/mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog
   trunk/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs
Log:
2005-11-15  Zoltan Varga  <[EMAIL PROTECTED]>

        * RuntimeHelper.cs: Fix build.


Modified: trunk/mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog    
2005-11-15 16:44:49 UTC (rev 53074)
+++ trunk/mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog    
2005-11-15 16:58:34 UTC (rev 53075)
@@ -1,5 +1,7 @@
 2005-11-15  Zoltan Varga  <[EMAIL PROTECTED]>
 
+       * RuntimeHelper.cs: Fix build.
+       
        * RuntimeHelpers.cs: Make this class static in 2.0.
 
        * NewConstraintAttribute.cs: Re-add this as gmcs depends on it.

Modified: 
trunk/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs
===================================================================
--- trunk/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs    
2005-11-15 16:44:49 UTC (rev 53074)
+++ trunk/mcs/class/corlib/System.Runtime.CompilerServices/RuntimeHelpers.cs    
2005-11-15 16:58:34 UTC (rev 53075)
@@ -34,10 +34,10 @@
 
 namespace System.Runtime.CompilerServices
 {
-#if !NET_2_0
-       [Serializable]
+#if NET_2_0
        public static class RuntimeHelpers
 #else
+       [Serializable]
        public sealed class RuntimeHelpers
 #endif
        {

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

Reply via email to