From: Jay Freeman (saurik) Date: Mon, 23 Nov 2015 11:26:40 +0000 (-0800) Subject: The scanner maintains the Bison location manually. X-Git-Tag: v0.9.590~296 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/7b869615798e190f19dfb1e89fadcefea93e11fc?ds=inline The scanner maintains the Bison location manually. --- diff --git a/Cycript.l.in b/Cycript.l.in index 27c4395..62fbc65 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -133,7 +133,7 @@ int H(char c) { %option bison-locations %option nodefault %option noyywrap -%option yylineno +%option noyylineno %option nounput %option nounistd %option 8bit