diff options
author | Uwe Steinmann <steinm@php.net> | 2000-04-04 16:03:39 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-04-04 16:03:39 +0000 |
commit | db160e8164b22edb7b9d8a6abc90ed0a3570c913 (patch) | |
tree | 64c4869487f6a72bc9f754de9d0f8f9e2d5315fb | |
parent | b491796a4c1a82de966e6788ecd6a52f75a114e4 (diff) | |
download | php-git-db160e8164b22edb7b9d8a6abc90ed0a3570c913.tar.gz |
- should fix a problem with ifdef
-rw-r--r-- | ext/domxml/domxml.c | 2 |
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; |