1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +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

@ -95,7 +95,7 @@ main()
for (i = 0; i < num_threads; i++) {
results[i] = NULL;
tid[i] = -1;
tid[i] = (pthread_t) -1;
}
for (i = 0; i < num_threads; i++) {