diff options
author | Andi Gutmans <andi@php.net> | 1999-07-20 13:01:30 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-07-20 13:01:30 +0000 |
commit | bf8c6dbd993c4d3bd9fbaf36b3ed068b28d25027 (patch) | |
tree | b0812068cb85a7e06007df1450850515a28e14bc /Zend/zend_operators.c | |
parent | e0e331967f59439f4a04aa279aaf0e27c16a3e13 (diff) | |
download | php-git-bf8c6dbd993c4d3bd9fbaf36b3ed068b28d25027.tar.gz |
- Get rid of C++ comments
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r-- | Zend/zend_operators.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 8e202f255b..d73feecd83 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -936,7 +936,6 @@ ZEND_API int is_not_equal_function(zval *result, zval *op1, zval *op2) ZEND_API int is_smaller_function(zval *result, zval *op1, zval *op2) { - //printf("Comparing %d and %d\n", op1->value.lval, op2->value.lval); if (compare_function(result, op1, op2) == FAILURE) { return FAILURE; } |