1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS

* configure.in libxml.h parser.c testThreads.c macos/: integrated
  Eric Lavigne (sp???) contribution to build libxml2 on MacOS using
  CodeWarrior.
Daniel
This commit is contained in:
Daniel Veillard
2001-12-05 12:03:33 +00:00
parent a7866930c1
commit d3b08826fc
12 changed files with 225 additions and 4 deletions

View File

@ -7335,7 +7335,7 @@ xmlParseXMLDecl(xmlParserCtxtPtr ctxt) {
version);
}
if (ctxt->version != NULL)
xmlFree(ctxt->version);
xmlFree((void *) ctxt->version);
ctxt->version = version;
}