From 306e3051b1374cf180b1464700ae79662ced95c2 Mon Sep 17 00:00:00 2001 From: Adrian Negreanu Date: Tue, 24 Oct 2017 17:25:19 +0300 Subject: constexp.l: group the flex options --- src/constexp.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constexp.l b/src/constexp.l index 8a7db04..aa6c4cc 100644 --- a/src/constexp.l +++ b/src/constexp.l @@ -17,6 +17,7 @@ */ %option never-interactive %option prefix="constexpYY" +%option nounput %{ @@ -54,7 +55,6 @@ static int yyread(char *buf,int max_size) CONSTSUFFIX ([uU][lL]?[lL]?)|([lL][lL]?[uU]?) -%option nounput %% -- cgit v0.12