diff options
Diffstat (limited to 'Zend/zend_operators.h')
| -rw-r--r-- | Zend/zend_operators.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 8e3a37eee7..e599ca4971 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -474,7 +474,6 @@ static zend_always_inline int fast_increment_function(zval *op1) "0:" : : "r"(op1)); -#else if (UNEXPECTED(Z_LVAL_P(op1) == LONG_MAX)) { /* switch to double */ Z_DVAL_P(op1) = (double)LONG_MAX + 1.0; |
