Author: martin
Date: 2005-07-08 17:05:48 -0400 (Fri, 08 Jul 2005)
New Revision: 47123

Modified:
   trunk/mcs/class/corlib/System/AttributeTargets.cs
Log:
Use `NET_2_0 || BOOTSTRAP_NET_2_0' in the conditional.


Modified: trunk/mcs/class/corlib/System/AttributeTargets.cs
===================================================================
--- trunk/mcs/class/corlib/System/AttributeTargets.cs   2005-07-08 20:43:12 UTC 
(rev 47122)
+++ trunk/mcs/class/corlib/System/AttributeTargets.cs   2005-07-08 21:05:48 UTC 
(rev 47123)
@@ -54,7 +54,7 @@
                Delegate = 0x00001000,
                ReturnValue = 0x00002000,
 
-#if NET_2_0
+#if NET_2_0 || BOOTSTRAP_NET_2_0
                GenericParameter = 0x00004000,
                All = Assembly | Module | Class | Struct | Enum | Constructor |
                        Method | Property | Field | Event | Interface | 
Parameter | Delegate | ReturnValue | GenericParameter

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

Reply via email to