X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7ed73f82ad0d54be945b9d5146e343c8e89bf81f..3c0be4341168b7dfdfba9430db0b74bc71d911c3:/src/scan-code.l 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 . */ -%option debug nodefault nounput noyywrap never-interactive +%option debug nodefault noinput nounput noyywrap never-interactive %option prefix="code_" outfile="lex.yy.c" %{