diff options
author | Marcus Boerger <helly@php.net> | 2003-06-11 20:51:14 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-06-11 20:51:14 +0000 |
commit | 76f68f2a51d8217c6110017e5f0df8027421e67b (patch) | |
tree | 34f23ac10ada233c75fb196f5397bd61ec27fd56 /ext/spl/php_spl.h | |
parent | b2c4882d54d8a716c0876aabae6afd703d6a903d (diff) | |
download | php-git-76f68f2a51d8217c6110017e5f0df8027421e67b.tar.gz |
WS and removing unecessary things
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-x | ext/spl/php_spl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h index e54ef2dbcb..9f5f715297 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -58,7 +58,6 @@ PHP_MINFO_FUNCTION(spl); #define ZEND_EXECUTE_HOOK_FUNCTION(name) \ int spl_handler_ ## name(ZEND_OPCODE_HANDLER_ARGS) - ZEND_BEGIN_MODULE_GLOBALS(spl) #ifdef SPL_FOREACH ZEND_EXECUTE_HOOK_PTR(ZEND_FE_RESET); |