diff options
author | Marcus Boerger <helly@php.net> | 2003-06-04 20:54:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-06-04 20:54:48 +0000 |
commit | b70cf4074252a2e524ead2927c8e29ecb2eaa25e (patch) | |
tree | d764afe2e6f8b0b2cfef5e833f8b26edb984e76e /ext/spl/php_spl.h | |
parent | a8c7c3bc5e93a0de0639bd25965a15375db0d04b (diff) | |
download | php-git-b70cf4074252a2e524ead2927c8e29ecb2eaa25e.tar.gz |
Goodbye namespaces
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 d06090d52d..e54ef2dbcb 100755 --- a/ext/spl/php_spl.h +++ b/ext/spl/php_spl.h @@ -83,7 +83,6 @@ extern int spl_globals_id; extern zend_spl_globals spl_globals; #endif -extern zend_namespace *spl_ns_spl; extern zend_class_entry *spl_ce_iterator; extern zend_class_entry *spl_ce_forward; extern zend_class_entry *spl_ce_sequence; |