summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-07-28 20:28:29 +0000
committerAndi Gutmans <andi@php.net>2001-07-28 20:28:29 +0000
commitcf510cb7fd13318c7ce4afb6dab524c255e44d01 (patch)
tree57f3e35bb1cc0bd436c76f9da59d0d77e6e61acf /Zend/zend_operators.c
parentff61394786f14cf51a9fe18bfb972473b93c79fc (diff)
downloadphp-git-cf510cb7fd13318c7ce4afb6dab524c255e44d01.tar.gz
- Fix build
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index c633c80ae0..506dbe8a7d 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -1688,7 +1688,6 @@ ZEND_API void zend_compare_objects(zval *result, zval *o1, zval *o2)
return;
}
zend_compare_symbol_tables(result, Z_OBJPROP_P(o1), Z_OBJPROP_P(o2));
-#endif
}