* Regex.cs (~Regex): Don't define in NET_2_0 profile.
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 3 Apr 2007 11:43:49 +0000 (11:43 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 3 Apr 2007 11:43:49 +0000 (11:43 -0000)
svn path=/trunk/mcs/; revision=75338

mcs/class/System/System.Text.RegularExpressions/ChangeLog
mcs/class/System/System.Text.RegularExpressions/Regex.cs

index fa5a4ccdee0e542b1107e3202f1c003f5b89b541..deff1185141ddeaac19144e96bec1d4e53c964f9 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-03  Raja R Harinath  <rharinath@novell.com>
+
+       * Regex.cs (~Regex): Don't define in NET_2_0 profile.
+
 2007-01-02  Raja R Harinath  <rharinath@novell.com>
 
        Fix #79472
index 37339365479fd48b2802a2105b8c45937721053c..7a24030028baa8f4274fbd17acaf3e3e72fc72c6 100644 (file)
@@ -256,7 +256,7 @@ namespace System.Text.RegularExpressions {
                {
                }
 
-#if NET_1_1 && !TARGET_JVM
+#if ONLY_1_1 && !TARGET_JVM
                // fixes public API signature
                ~Regex ()
                {