summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/domxml/domxml.c2
1 files changed, 1 insertions, 1 deletions
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;