From eb004e0f1388470d70a4c8ffc653d593cc372887 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 3 May 2013 23:51:32 +0000 Subject: Improve compatibility with recent flex from flex.sourceforge.net. --- lib/libc/net/nslexer.l | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/net/nslexer.l b/lib/libc/net/nslexer.l index 0f705cf..bc36ea2 100644 --- a/lib/libc/net/nslexer.l +++ b/lib/libc/net/nslexer.l @@ -53,11 +53,10 @@ static char *rcsid = #include "nsparser.h" -#define YY_NO_INPUT -#define YY_NO_UNPUT - %} +%option noinput +%option nounput %option yylineno BLANK [ \t] -- cgit v1.1