* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / System / System.Text.RegularExpressions / RegexOptions.cs
index 40e0913b0bbd473a929148e8c5c776bc1f773a3c..e1a893fc9ff0c1dfe40d238de67f03a05bc78022 100644 (file)
@@ -35,7 +35,9 @@ namespace System.Text.RegularExpressions {
                IgnoreCase                      = 0x001,
                Multiline                       = 0x002,
                ExplicitCapture                 = 0x004,
+#if !NET_2_1
                Compiled                        = 0x008,
+#endif
                Singleline                      = 0x010,
                IgnorePatternWhitespace         = 0x020,
                RightToLeft                     = 0x040,