]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
Quoc Peyrot <chojin@lrde.epita.fr>,
authorAkim Demaille <akim@epita.fr>
Mon, 13 Jan 2003 15:42:31 +0000 (15:42 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 13 Jan 2003 15:42:31 +0000 (15:42 +0000)
commit3ae831b4137245b9f7015f45223ca9abf35f25c1
treebf880355a8b64f5542a397df07674b6072101a8e
parent0692b773515d90c0dbec2d213354548b64f5afa2
Quoc Peyrot <chojin@lrde.epita.fr>,
Robert Anisko <anisko_r@lrde.epita.fr>
* data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
when the stacks contain one element, as the loop would otherwise
free the last state, and then use the top state (the one we just
popped).  This means that the initial elements will not be freed
explicitly, as is the case in yacc.c; it is not a problem, as
these elements have fake values.
ChangeLog
data/lalr1.cc