projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
[bison.git]
/
src
/
output.h
diff --git
a/src/output.h
b/src/output.h
index de69e6afb2285c2cde8101d80b72ecea5a1afbcb..784f227cd2a3682b89604f16acb713d4fcf6d5a9 100644
(file)
--- a/
src/output.h
+++ b/
src/output.h
@@
-1,5
+1,5
@@
/* Output the generated parsing program for bison,
/* Output the generated parsing program for bison,
- Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003
, 2006
Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
This file is part of Bison, the GNU Compiler Compiler.
@@
-15,14
+15,12
@@
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
You should have received a copy of the GNU General Public License
along with Bison; see the file COPYING. If not, write to the Free
- Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston, MA
- 0211
1-1307
, USA. */
+ Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston, MA
+ 0211
0-1301
, USA. */
#ifndef OUTPUT_H_
# define OUTPUT_H_
#ifndef OUTPUT_H_
# define OUTPUT_H_
-extern bool error_verbose;
-
/* Output the parsing tables and the parser code to FTABLE. */
void output (void);
/* Output the parsing tables and the parser code to FTABLE. */
void output (void);