summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2008-01-27 15:04:41 +0000
committerMarcus Boerger <helly@php.net>2008-01-27 15:04:41 +0000
commit6b778b0def8bccaaa6c6fea364b4e937ba0730c2 (patch)
tree7204b6d2b197321c649bcac0e44f30a15294324b /ext/spl/php_spl.h
parentbfe7a47b1551b0b3e64438ef83556587f17a058c (diff)
downloadphp-git-6b778b0def8bccaaa6c6fea364b4e937ba0730c2.tar.gz
- MFH revert over constfying
Diffstat (limited to 'ext/spl/php_spl.h')
-rwxr-xr-xext/spl/php_spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
index e4e3c12d53..75ec338285 100755
--- a/ext/spl/php_spl.h
+++ b/ext/spl/php_spl.h
@@ -28,7 +28,7 @@
#define SPL_DEBUG(x)
#endif
-extern const zend_module_entry spl_module_entry;
+extern zend_module_entry spl_module_entry;
#define phpext_spl_ptr &spl_module_entry
#ifdef PHP_WIN32