From: Uwe Steinmann Date: Tue, 4 Apr 2000 16:03:39 +0000 (+0000) Subject: - should fix a problem with ifdef X-Git-Tag: php-4.0RC2~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db160e8164b22edb7b9d8a6abc90ed0a3570c913;p=php - should fix a problem with ifdef --- 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;