[Midnightbsd-cvs] src [7489] trunk/lib/libc/net/nslexer.l: improve compatibility with recent flex versions.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 20 17:57:32 EDT 2016


Revision: 7489
          http://svnweb.midnightbsd.org/src/?rev=7489
Author:   laffer1
Date:     2016-03-20 17:57:32 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
improve compatibility with recent flex versions.

Modified Paths:
--------------
    trunk/lib/libc/net/nslexer.l

Modified: trunk/lib/libc/net/nslexer.l
===================================================================
--- trunk/lib/libc/net/nslexer.l	2016-03-20 21:55:46 UTC (rev 7488)
+++ trunk/lib/libc/net/nslexer.l	2016-03-20 21:57:32 UTC (rev 7489)
@@ -53,11 +53,10 @@
 
 #include "nsparser.h"
 
-#define	YY_NO_INPUT
-#define YY_NO_UNPUT
-
 %}
 
+%option noinput
+%option nounput
 %option yylineno
 
 BLANK		[ \t]



More information about the Midnightbsd-cvs mailing list