* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / System / System.Text.RegularExpressions / PatternDataBuilder.jvm.cs
index 4f73c18f8eabf5feb2a9717620bfc8fdf2422d7e..70a833f4be2285d830865118b63de47a717602f6 100644 (file)
@@ -74,6 +74,8 @@ namespace System.Text.RegularExpressions
                        _monoConstructTypesList.Add (new AlternationExpressionConstruct ());
                        _monoConstructTypesList.Add (new RightToLeftOptionConstruct ());
                        _monoConstructTypesList.Add (new InlineExplicitCaptureConstruct ());
+                       _monoConstructTypesList.Add (new LookBehindWithUndefinedLength ());
+                       _monoConstructTypesList.Add (new NotAllowedConstruct ());
                }
 
                private static void FillJvmOrderedConstructTypesList () {