mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
* src/tables.c (table_ninf_remap): base -> tab.
Reported by Matt Rosing.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-10-14 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/tables.c (table_ninf_remap): base -> tab.
|
||||
Reported by Matt Rosing.
|
||||
|
||||
2002-10-14 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* tests/action.at, tests/calc.at, tests/conflicts.at,
|
||||
|
||||
1
THANKS
1
THANKS
@@ -33,6 +33,7 @@ Magnus Fromreide magfr@lysator.liu.se
|
||||
Marc Autret autret_m@epita.fr
|
||||
Martin Mokrejs mmokrejs@natur.cuni.cz
|
||||
Matt Kraai kraai@alumni.cmu.edu
|
||||
Matt Rosing rosing@peakfive.com
|
||||
Michael Hayes m.hayes@elec.canterbury.ac.nz
|
||||
Mike Castle dalgoda@ix.netcom.com
|
||||
Neil Booth NeilB@earthling.net
|
||||
|
||||
@@ -774,7 +774,7 @@ table_ninf_remap (base_t tab[], size_t size, base_t ninf)
|
||||
|
||||
for (i = 0; i < size; i++)
|
||||
if (tab[i] < res && tab[i] != ninf)
|
||||
res = base[i];
|
||||
res = tab[i];
|
||||
|
||||
--res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user