* doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by

Sander Brandenburg in
<http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
Also, fix minor white space and comment issues.
This commit is contained in:
Paul Eggert
2006-09-11 18:02:10 +00:00
parent b2a0b7ca70
commit 3dc5e96b85
2 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
* doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
Sander Brandenburg in
<http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
Also, fix minor white space and comment issues.
2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
Finish implementation of per-type %destructor/%printer. Discussed