diff options
author | Andi Gutmans <andi@php.net> | 1999-09-20 17:01:38 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-20 17:01:38 +0000 |
commit | 7831d30265d1d1b8020d2f1e57701931735355dd (patch) | |
tree | 0e226dea570e722408dd56cf2d71552f5f2263b8 /Zend/zend_builtin_functions.c | |
parent | 06a18f169b56936be63b45934d722c2bd2134d47 (diff) | |
download | php-git-7831d30265d1d1b8020d2f1e57701931735355dd.tar.gz |
- Newline for Sun's compiler
Diffstat (limited to 'Zend/zend_builtin_functions.c')
-rw-r--r-- | Zend/zend_builtin_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 00cf9b901c..84532aca65 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -229,4 +229,4 @@ ZEND_FUNCTION(error_reporting) } RETVAL_LONG(old_error_reporting); -}
\ No newline at end of file +} |