diff options
author | Marcus Boerger <helly@php.net> | 2003-06-22 12:50:28 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-06-22 12:50:28 +0000 |
commit | b5434aac368a536d25cd87bf98af4ccdd3135a09 (patch) | |
tree | 620abf071b1558a28ad9630134daa02e185d8b99 /ext/dom/php_dom.h | |
parent | cbec89a358c497d4191f659327fda0d894fb5c7c (diff) | |
download | php-git-b5434aac368a536d25cd87bf98af4ccdd3135a09.tar.gz |
Fix module pointer name to enable building again
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index fb0e22c08c..e6bc326963 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -24,7 +24,7 @@ #define PHP_DOM_H extern zend_module_entry dom_module_entry; -#define dom_module_ptr &dom_module_entry +#define phpext_dom_ptr &dom_module_entry #ifdef ZTS #include "TSRM.h" |