summaryrefslogtreecommitdiff
path: root/data/glr.cc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-12 17:46:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-12 17:46:34 +0000
commit4ec13d6058441738f2b8d48e418e539808efa4e6 (patch)
tree46cf1b0b39dcb469aedb5e21932907ce76c8627d /data/glr.cc
parent8e1687aef68e5955ecd3140149d5f97337c222f1 (diff)
downloadbison-4ec13d6058441738f2b8d48e418e539808efa4e6.tar.gz
* data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
Diffstat (limited to 'data/glr.cc')
-rw-r--r--data/glr.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/glr.cc b/data/glr.cc
index a3cafe8e..21b03f27 100644
--- a/data/glr.cc
+++ b/data/glr.cc
@@ -244,19 +244,6 @@ namespace ]b4_namespace[
# define YYDEBUG ]b4_debug_flag[
#endif
-/* Enabling verbose error messages. */
-#ifdef YYERROR_VERBOSE
-# undef YYERROR_VERBOSE
-# define YYERROR_VERBOSE 1
-#else
-# define YYERROR_VERBOSE ]b4_error_verbose_flag[
-#endif
-
-/* Enabling the token table. */
-#ifndef YYTOKEN_TABLE
-# define YYTOKEN_TABLE ]b4_token_table[
-#endif
-
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
If N is 0, then set CURRENT to the empty location which ends
the previous symbol: RHS[0] (always defined). */