From: Jay Freeman (saurik) Date: Thu, 26 Nov 2009 08:11:22 +0000 (+0000) Subject: With Bison 2.4 I can trust yyerrok. X-Git-Tag: v0.9.432~128 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/7198f00397564ab468b47bdc23b378e2996e6e61 With Bison 2.4 I can trust yyerrok. --- diff --git a/Cycript.yy.in b/Cycript.yy.in index 46cbd68..0181676 100644 --- a/Cycript.yy.in +++ b/Cycript.yy.in @@ -42,7 +42,7 @@ @if Bison24 %code top { #define cyscanner driver.scanner_ #define YYSTACKEXPANDABLE 1 -#define yyerrok (yyerrstatus_ = 0) +@if Bison23 #define yyerrok (yyerrstatus_ = 0) @if Bison24 } @if Bison24 %code requires {