From 9541097134edf58b0f3401506a777f95da0c616e Mon Sep 17 00:00:00 2001 From: June 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 577696bb..7496e75d 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