bison/data lalr1.cc
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 03/04/27 01:56:34 Modified files: data : lalr1.cc Log message: (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>. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/lalr1.cc.diff?tr1=1.30&tr2=1.31&r1=text&r2=text