summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.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/tidy/php_tidy.h
parentbfe7a47b1551b0b3e64438ef83556587f17a058c (diff)
downloadphp-git-6b778b0def8bccaaa6c6fea364b4e937ba0730c2.tar.gz
- MFH revert over constfying
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r--ext/tidy/php_tidy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h
index 60b8136ce0..12226743ec 100644
--- a/ext/tidy/php_tidy.h
+++ b/ext/tidy/php_tidy.h
@@ -21,7 +21,7 @@
#ifndef PHP_TIDY_H
#define PHP_TIDY_H
-extern const zend_module_entry tidy_module_entry;
+extern zend_module_entry tidy_module_entry;
#define phpext_tidy_ptr &tidy_module_entry
#define TIDY_METHOD_MAP(name, func_name, arg_types) \