]> git.saurik.com Git - cycript.git/commitdiff
Cycript's lexer does not need to be "interactive".
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Jan 2014 19:23:47 +0000 (11:23 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Jan 2014 19:23:47 +0000 (11:23 -0800)
Cycript.l.in

index f364ed76e1475ae26bf9ede94715787d8116b19d..7eb9d11c91d2905157d56a86bac23134d82ac1fe 100644 (file)
@@ -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