summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/lalr.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/lalr.c')
-rw-r--r--contrib/byacc/lalr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/byacc/lalr.c b/contrib/byacc/lalr.c
index eb5e309..f2ae5b4 100644
--- a/contrib/byacc/lalr.c
+++ b/contrib/byacc/lalr.c
@@ -1,4 +1,4 @@
-/* $Id: lalr.c,v 1.9 2009/10/27 09:49:27 tom Exp $ */
+/* $Id: lalr.c,v 1.10 2014/02/19 00:35:17 Tom.Shields Exp $ */
#include "defs.h"
@@ -196,7 +196,7 @@ set_goto_map(void)
if (ISTOKEN(symbol))
break;
- if (ngotos == MAXSHORT)
+ if (ngotos == MAXYYINT)
fatal("too many gotos");
ngotos++;
OpenPOWER on IntegriCloud