]> git.saurik.com Git - bison.git/blame - src/scan-skel.h
yysyntax_error: fix for consistent error with lookahead.
[bison.git] / src / scan-skel.h
CommitLineData
04098407
PE
1/* Scan Bison Skeletons.
2
6e30ede8
PE
3 Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software
4 Foundation, Inc.
04098407
PE
5
6 This file is part of Bison, the GNU Compiler Compiler.
7
f16b0819 8 This program is free software: you can redistribute it and/or modify
04098407 9 it under the terms of the GNU General Public License as published by
f16b0819
PE
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
04098407 12
f16b0819 13 This program is distributed in the hope that it will be useful,
04098407
PE
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
f16b0819 19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
04098407
PE
20
21void scan_skel (FILE *);
22
23/* Pacify "make syntax-check". */
24extern FILE *skel_in;
25extern FILE *skel_out;
26extern int skel__flex_debug;
27extern int skel_lineno;
08af01c2 28void skel_scanner_free (void);