From: Jay Freeman (saurik) Date: Wed, 29 Jan 2014 19:23:47 +0000 (-0800) Subject: Cycript's lexer does not need to be "interactive". X-Git-Tag: v0.9.502~27 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/6c962f8b453949af5bab59b783d7ef247efe07ce?ds=sidebyside Cycript's lexer does not need to be "interactive". --- diff --git a/Cycript.l.in b/Cycript.l.in index f364ed7..7eb9d11 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -119,7 +119,8 @@ int H(char c) { %option noyywrap %option yylineno %option nounput -%option interactive +%option batch +%option never-interactive %option reentrant %option stack