fix up xml-support.c
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:41:38 +0000 (17:41 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:41:38 +0000 (17:41 +0000)
commite3b76b4f446aeb82fdfd46185b624359d5490ec6
tree19bdf37a1c1db919a583ecb42684883404046cfb
parentdb26349c64fd5303eb52612305271e4eddae087e
fix up xml-support.c

xml-support.c has a function that returns a cleanup via an out parameter.

This changes this function to be a normal cleanup constructor --
returning the cleanup directly and returning the other result via an
out parameter.

This is sort of a hack, but it lets the checker work here.

I also noticed that gdb_xml_create_parser_and_cleanup does not need to
be exported any more.

* xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
'old_chain' argument.  Add 'parser_result' argument.
(gdb_xml_create_parser_and_cleanup): Remove old version.
(gdb_xml_parse_quick): Update.
(xml_process_xincludes): Update.
* xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
declare.
gdb/ChangeLog
gdb/xml-support.c
gdb/xml-support.h
This page took 0.031432 seconds and 4 git commands to generate.