From: Jay Freeman (saurik) Date: Tue, 17 Nov 2015 05:37:21 +0000 (-0800) Subject: Add some flex %options I had in a long dead stash. X-Git-Tag: v0.9.590~312 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/af340def1b563beaf9f7ea38ddc09be7eefd1f4d Add some flex %options I had in a long dead stash. --- diff --git a/Cycript.l.in b/Cycript.l.in index 4878a25..5a21631 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -123,11 +123,16 @@ int H(char c) { %option prefix="cy" %option bison-bridge %option bison-locations +%option nodefault %option noyywrap %option yylineno %option nounput +%option nounistd +%option 8bit +%option backup %option batch %option never-interactive +%option pointer %option reentrant %option stack