X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Text.RegularExpressions%2FRegexOptions.cs;h=e1a893fc9ff0c1dfe40d238de67f03a05bc78022;hb=161d8652ab4b98ca5201a02b6bacc1e4148345af;hp=40e0913b0bbd473a929148e8c5c776bc1f773a3c;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/class/System/System.Text.RegularExpressions/RegexOptions.cs b/mcs/class/System/System.Text.RegularExpressions/RegexOptions.cs index 40e0913b0bb..e1a893fc9ff 100644 --- a/mcs/class/System/System.Text.RegularExpressions/RegexOptions.cs +++ b/mcs/class/System/System.Text.RegularExpressions/RegexOptions.cs @@ -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,