diff options
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r-- | Zend/zend_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index 1a54465cc3..ca81494d25 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -153,7 +153,7 @@ ZEND_API int zend_print_variable(zval *var) } -#ifdef ZEND_DEBUG +#if ZEND_DEBUG ZEND_API int _zval_copy_ctor_wrapper(zval *zvalue) { return zval_copy_ctor(zvalue); |