[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CAS
[mono.git] / mcs / class / referencesource / System / regex / system / text / regularexpressions / RegexMatch.cs
index f6c8d5cce125fffcbf1c91e5a1b34f4adc45b722..eedca2de00a3093ca150b0bf1a4bcfc3f31c7bd1 100644 (file)
@@ -201,7 +201,7 @@ namespace System.Text.RegularExpressions {
         /// </devdoc>
 
 #if !SILVERLIGHT
-#if FEATURE_MONO_CAS
+#if MONO_FEATURE_CAS
         [HostProtection(Synchronization=true)]
 #endif
         static public Match Synchronized(Match inner) {