From db160e8164b22edb7b9d8a6abc90ed0a3570c913 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 4 Apr 2000 16:03:39 +0000 Subject: [PATCH] - should fix a problem with ifdef --- ext/domxml/domxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/domxml/domxml.c b/ext/domxml/domxml.c index 546a6661b8..599becb57f 100644 --- a/ext/domxml/domxml.c +++ b/ext/domxml/domxml.c @@ -707,7 +707,7 @@ PHP_FUNCTION(domxml_attributes) if(0 > node_attributes(&return_value, nodep)) RETURN_FALSE; -#ifdef 0 +#ifdef nichtdefiniert attr = nodep->properties; if (!attr) { RETURN_FALSE; -- 2.50.1