summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-05-03 23:51:32 +0000
committerjkim <jkim@FreeBSD.org>2013-05-03 23:51:32 +0000
commiteb004e0f1388470d70a4c8ffc653d593cc372887 (patch)
tree178d54373fb0edb2ba3c317479c4aa893565bb94 /lib/libc
parent0ceb3c977351928509aac9580e4929caa3985909 (diff)
downloadFreeBSD-src-eb004e0f1388470d70a4c8ffc653d593cc372887.zip
FreeBSD-src-eb004e0f1388470d70a4c8ffc653d593cc372887.tar.gz
Improve compatibility with recent flex from flex.sourceforge.net.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/nslexer.l5
1 files changed, 2 insertions, 3 deletions
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]
OpenPOWER on IntegriCloud