]> granicus.if.org Git - php/commitdiff
- Fix build
authorAndi Gutmans <andi@php.net>
Sat, 28 Jul 2001 20:28:29 +0000 (20:28 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 28 Jul 2001 20:28:29 +0000 (20:28 +0000)
Zend/zend_operators.c

index c633c80ae07134974353b402468f52f10f61d1fc..506dbe8a7d7eebbec20736cbd0e403e56d2ee1b3 100644 (file)
@@ -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
 }