From 1c400805f60d9676b637675e9ba782969af7d015 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 26 Nov 2010 12:08:21 -0800 Subject: [PATCH] use %option nounput --- lib/com_err/lex.l | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/com_err/lex.l b/lib/com_err/lex.l index b68814b21..b17c9d67a 100644 --- a/lib/com_err/lex.l +++ b/lib/com_err/lex.l @@ -53,6 +53,7 @@ static int getstring(void); %} +%option nounput %% et { return ET; }