X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7ed73f82ad0d54be945b9d5146e343c8e89bf81f..2ad7e09e963e72ac4c69bb10b866b68947197aaf:/src/scan-code.l?ds=sidebyside

diff --git a/src/scan-code.l b/src/scan-code.l
index 13a78c27..0e4bbe52 100644
--- a/src/scan-code.l
+++ b/src/scan-code.l
@@ -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"
 
 %{