]> git.saurik.com Git - cycript.git/commitdiff
The scanner maintains the Bison location manually.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 23 Nov 2015 11:26:40 +0000 (03:26 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 23 Nov 2015 11:26:40 +0000 (03:26 -0800)
Cycript.l.in

index 27c4395b3897d6637f247627bd41ed3b3629de2f..62fbc65a054354578833640ba21726e7f9898406 100644 (file)
@@ -133,7 +133,7 @@ int H(char c) {
 %option bison-locations
 %option nodefault
 %option noyywrap
 %option bison-locations
 %option nodefault
 %option noyywrap
-%option yylineno
+%option noyylineno
 %option nounput
 %option nounistd
 %option 8bit
 %option nounput
 %option nounistd
 %option 8bit