]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.l
tests: don't abuse AT_BISON_CHECK.
[bison.git] / src / scan-skel.l
index 6ef53511a674507ec2d42ca179f887e7e3d43bbb..8b3c59332cad96ab06d76012e17f13b1dc6c1390 100644 (file)
@@ -1,7 +1,7 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -18,7 +18,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 nodefault noyywrap nounput never-interactive debug
+%option nodefault noyywrap noinput nounput never-interactive debug
 %option prefix="skel_" outfile="lex.yy.c"
 
 %{