]> git.saurik.com Git - cycript.git/blobdiff - Cycript.yy.in
Fix crash when trying to use specifier without int.
[cycript.git] / Cycript.yy.in
index 8368f81293cbc3000d56994441596ca0ea511f6d..f4c1ffdba1aad2dcae78ad26b2554eed51d5860e 100644 (file)
@@ -1449,7 +1449,7 @@ IntegerType
 
 IntegerTypeOpt
     : IntegerType { $$ = $1; }
-    |
+    | { $$ = CYNew CYTypeVariable("int"); }
     ;
 
 PrimitiveType