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:
@ -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++) {
|
||||
|
Reference in New Issue
Block a user