]> git.saurik.com Git - bison.git/commit
java: finish fixing parser stack popping bug.
authorJoel E. Denny <jdenny@clemson.edu>
Mon, 7 Mar 2011 03:48:46 +0000 (22:48 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Mon, 7 Mar 2011 04:07:59 +0000 (23:07 -0500)
commit4c2a6e42ba8b6bc4e04985f5ef3ec8926048d4b1
treef8b475c0ba13eb3a6e054e38559737f8a31784d0
parent6f75992be50b83a084f955f63e5c35ccc8705f08
java: finish fixing parser stack popping bug.

* NEWS (2.5): Document.
* data/lalr1.java (YYParser::YYStack::pop): Fix off-by-one error
in clearing the location stack.  Also fix pop function that
accepts no arguments.
ChangeLog
NEWS
data/lalr1.java