Charlie Savage wrote:
I do not have a test case. The code is just loading bunch of file one
after another in the string, then parses it and extracts few elements
using XPath. Peculiarity of the code is that I am loading couple of
hundred thousands of those xml files. The error does not always
Hmm, works here for me. What problems are you having.
ruby_xml_node.c:535: error: conflicting types for ‘ruby_xml_node_last_get’
ruby_xml_node.c:229: error: previous implicit declaration of
‘ruby_xml_node_last_get’ was here
You did not define prototype for this function. See this patch
http