Fix the conditional, we disable Emit code on FULL_AOT
[mono.git] / mcs / class / referencesource / System / regex / system / text / regularexpressions / Regex.cs
index d2a174a2f3003bc63262dfa052bc639b1751e2c6..7f58040207accd50a6225bd213cb9ed791d70f2f 100644 (file)
@@ -1192,7 +1192,7 @@ namespace System.Text.RegularExpressions {
 
 
         
-#if !SILVERLIGHT || FULL_AOT_RUNTIME
+#if !(SILVERLIGHT || FULL_AOT_RUNTIME)
         /// <devdoc>
         /// </devdoc>
 #if !DISABLE_CAS_USE