]> git.saurik.com Git - bison.git/commit
* src/print-xml.c (escape_bufs): New static global variable
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 29 Sep 2007 22:36:38 +0000 (22:36 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 29 Sep 2007 22:36:38 +0000 (22:36 +0000)
commit34cdeddfa54df8c85b20bf013a0b82053a5148f2
tree48f940362fc6e079087a1646412bc105b402353e
parentd782395d52519fabb2cac3bd479246cc6de7efa8
* 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.
ChangeLog
src/print-xml.c
src/reduce.c