X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5bab9d08626390e7db164e57e1d402bf54da61f6..c826013fb38c98861ef0fc5d4dc3fb3fb4f555be:/src/tables.c diff --git a/src/tables.c b/src/tables.c index f6cc0737..01bccfc7 100644 --- a/src/tables.c +++ b/src/tables.c @@ -1,7 +1,7 @@ /* Output the generated parsing program for Bison. - Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2010 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -126,7 +126,7 @@ static int table_size = 32768; base_number *table; base_number *check; /* The value used in TABLE to denote explicit syntax errors - (%nonassoc), a negative infinite. First defaults to ACTION_NUMBER_MININUM, + (%nonassoc), a negative infinite. First defaults to ACTION_NUMBER_MINIMUM, but in order to keep small tables, renumbered as TABLE_ERROR, which is the smallest (non error) value minus 1. */ base_number table_ninf = 0;