]> git.saurik.com Git - cycript.git/commitdiff
Add some flex %options I had in a long dead stash.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 17 Nov 2015 05:37:21 +0000 (21:37 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 17 Nov 2015 05:37:21 +0000 (21:37 -0800)
Cycript.l.in

index 4878a2550792ba493054a73fce362de830582e84..5a21631166ccce53a97bc41d21606a53848d2361 100644 (file)
@@ -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