mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/print-xml.c (escape_bufs): New static global variable
replacing... (xml_escape_n): ... the static local variable buf here. (print_xml): Free memory for escape_bufs. * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* src/print-xml.c (escape_bufs): New static global variable
|
||||
replacing...
|
||||
(xml_escape_n): ... the static local variable buf here.
|
||||
(print_xml): Free memory for escape_bufs.
|
||||
* src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
|
||||
|
||||
2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Replace `%push-parser' and `%push-pull-parser' with
|
||||
|
||||
Reference in New Issue
Block a user