summaryrefslogtreecommitdiff
path: root/ext/tidy/php_tidy.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-01-25 20:29:48 +0000
committerNuno Lopes <nlopess@php.net>2008-01-25 20:29:48 +0000
commit65e86e459a6a1c987372daba412c1fc4279191b0 (patch)
tree462f1aa39f4f39c343487a539a5c1c3bfb8ad222 /ext/tidy/php_tidy.h
parent00e7f90796565d0428295e9065f4225a1188feab (diff)
downloadphp-git-65e86e459a6a1c987372daba412c1fc4279191b0.tar.gz
more const kewywording
remove spl_functions_none var (wast used anywhere
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 12226743ec..60b8136ce0 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 zend_module_entry tidy_module_entry;
+extern const zend_module_entry tidy_module_entry;
#define phpext_tidy_ptr &tidy_module_entry
#define TIDY_METHOD_MAP(name, func_name, arg_types) \