summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-04-04 16:03:39 +0000
committerUwe Steinmann <steinm@php.net>2000-04-04 16:03:39 +0000
commitdb160e8164b22edb7b9d8a6abc90ed0a3570c913 (patch)
tree64c4869487f6a72bc9f754de9d0f8f9e2d5315fb
parentb491796a4c1a82de966e6788ecd6a52f75a114e4 (diff)
downloadphp-git-db160e8164b22edb7b9d8a6abc90ed0a3570c913.tar.gz
- should fix a problem with ifdef
-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;