From 6c962f8b453949af5bab59b783d7ef247efe07ce Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 29 Jan 2014 11:23:47 -0800 Subject: [PATCH] Cycript's lexer does not need to be "interactive". --- Cycript.l.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2