From 7b869615798e190f19dfb1e89fadcefea93e11fc Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 23 Nov 2015 03:26:40 -0800 Subject: [PATCH] The scanner maintains the Bison location manually. --- Cycript.l.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0