From af340def1b563beaf9f7ea38ddc09be7eefd1f4d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 16 Nov 2015 21:37:21 -0800 Subject: [PATCH] Add some flex %options I had in a long dead stash. --- Cycript.l.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.49.0