]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.l
ChangeLog (2006-09-15): add Odd Arild Olsen's role for push.c.
[bison.git] / src / scan-code.l
index 13a78c27fb00c8a00dff6d11f5e315d8016b4fce..0e4bbe52c38eec1a9c0897d3aeca32a0a47808ff 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2006-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -17,7 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-%option debug nodefault nounput noyywrap never-interactive
+%option debug nodefault noinput nounput noyywrap never-interactive
 %option prefix="code_" outfile="lex.yy.c"
 
 %{