(yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Apr 2003 05:56:34 +0000 (05:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Apr 2003 05:56:34 +0000 (05:56 +0000)
commit0c3c1f98eca714602db1c298d010d8068f84dd7f
tree8864d88bac2f50ae007a79493f929e89962d65ad
parentacda9df6f90bd49238422722be5ff691a355b93b
(yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
Declare to be of type suitable for the ninf value itself, not of
type suitable for the corresponding table, since the latter might
be unsigned but the ninf value might be negative.  This fixes a
bug reported by Alexandre Duret-Lutz in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
data/lalr1.cc