aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-16 07:49:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-16 07:49:59 +0000
commitbc6f759ac9b41773e3643ad288b5214732051c98 (patch)
tree6190ae7f3d2711f8fcd2718b33402e4367c78462 /xpath.c
parentc397534f07062b793fadd1253274b0bd6198e847 (diff)
downloadandroid_external_libxml2-bc6f759ac9b41773e3643ad288b5214732051c98.tar.gz
android_external_libxml2-bc6f759ac9b41773e3643ad288b5214732051c98.tar.bz2
android_external_libxml2-bc6f759ac9b41773e3643ad288b5214732051c98.zip
Gary found a compile time problem, fixes #78823 Daniel
* xpath.c: Gary found a compile time problem, fixes #78823 Daniel
Diffstat (limited to 'xpath.c')
-rw-r--r--xpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpath.c b/xpath.c
index da6d0888..05ec0d2d 100644
--- a/xpath.c
+++ b/xpath.c
@@ -392,7 +392,7 @@ static void
xmlXPathCompSwap(xmlXPathStepOpPtr op) {
int tmp;
-#ifdef LIBXML_THREAD_ENABLED
+#ifndef LIBXML_THREAD_ENABLED
/*
* Since this manipulates possibly shared variables, this is
* disable if one detects that the library is used in a multithreaded