]> git.saurik.com Git - cycript.git/blobdiff - Cycript.yy.in
The TARGET_OS_IPHONE variable is set to 1 or 0.
[cycript.git] / Cycript.yy.in
index 14f6aadcc5e61c1a3399077c533c2821cf8e57b3..53673a2a0e3f0bfd1251ba0ef1d65d4cf4addeaf 100644 (file)
@@ -224,6 +224,8 @@ int cylex(YYSTYPE *, cy::location *, void *);
 %token OpenBracket "["
 %token CloseBracket "]"
 
+%token AtError "@error"
+
 @begin Java
 %token AtClass "@class"
 @end