From 017b108fcf16dbce05ca7ebd75763f3d888abb5f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 21 Jun 2001 11:20:21 +0000 Subject: - Makefile.am: cleanup when --without-debug is specified - xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup w.r.t. --without-debug and other include points - catalog.h testCatalog.c: a bit of cleanup and prepare for XML Catalogs - configure.in entities.h tree.h HTMLparser.c: removed --without-corba, made the _private field mandatory Daniel --- xpointer.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xpointer.c') diff --git a/xpointer.c b/xpointer.c index 4a28b466..2a61003b 100644 --- a/xpointer.c +++ b/xpointer.c @@ -26,9 +26,6 @@ #include #include #include -#ifdef LIBXML_DEBUG_ENABLED -#include -#endif #include #ifdef LIBXML_XPTR_ENABLED @@ -37,6 +34,11 @@ #define XPTR_XMLNS_SCHEME /* #define DEBUG_RANGES */ +#ifdef DEBUG_RANGES +#ifdef LIBXML_DEBUG_ENABLED +#include +#endif +#endif #define TODO \ xmlGenericError(xmlGenericErrorContext, \ -- cgit v1.2.3