From e6513fe186c2e293eb07ef20af53d73e39e8bde0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 28 Nov 2021 17:58:54 -0500 Subject: Use noinput, nounput options in lex files --- bin/shotty.l | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/shotty.l') diff --git a/bin/shotty.l b/bin/shotty.l index c676d15b..ff78d241 100644 --- a/bin/shotty.l +++ b/bin/shotty.l @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -%option noyywrap +%option noinput nounput noyywrap %{ @@ -101,8 +101,6 @@ ESC \x1B %x OSC %% - (void)input; - (void)yyunput; pn = 0; {ESC}"[" BEGIN(CSI); -- cgit 1.4.1