]> git.saurik.com Git - cycript.git/blobdiff - Cycript.l
Made drastic changes to the serializer in order to support correctly serializing...
[cycript.git] / Cycript.l
index d62a14b09f3413553c69293d337db5d43a1482ba..516c8133b992c6bc50f669716e6a11268610e61e 100644 (file)
--- a/Cycript.l
+++ b/Cycript.l
@@ -114,6 +114,8 @@ RegularExpressionStart_ {RegularExpressionBody}{RegularExpressionEnd_}
         yylloc->end.lines(lines);
         yylloc->end.columns(left);
         yylloc->step();
+
+        N
     } else L
 }