diff options
author | George Schlossnagle <gschlossnagle@php.net> | 2005-07-15 16:47:12 +0000 |
---|---|---|
committer | George Schlossnagle <gschlossnagle@php.net> | 2005-07-15 16:47:12 +0000 |
commit | 869d6002d625ef0ee0cbfa69898599f18805ca0e (patch) | |
tree | 4c7e394a55ee9fca75e673212f11b90626aa1c94 /ext/xsl | |
parent | 67a66b858f7cf1562c72a5c7d7b016daca6ff918 (diff) | |
download | php-git-869d6002d625ef0ee0cbfa69898599f18805ca0e.tar.gz |
Darwin seems to like this arrangement much better.
Diffstat (limited to 'ext/xsl')
-rw-r--r-- | ext/xsl/php_xsl.c | 2 | ||||
-rw-r--r-- | ext/xsl/xsl_fe.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c index 62d8863d6b..327ffc2263 100644 --- a/ext/xsl/php_xsl.c +++ b/ext/xsl/php_xsl.c @@ -31,7 +31,7 @@ /* If you declare any globals in php_xsl.h uncomment this: ZEND_DECLARE_MODULE_GLOBALS(xsl) */ - +zend_class_entry *xsl_xsltprocessor_class_entry; static zend_object_handlers xsl_object_handlers; /* {{{ xsl_functions[] diff --git a/ext/xsl/xsl_fe.h b/ext/xsl/xsl_fe.h index d0c673271a..c6e9a68daf 100644 --- a/ext/xsl/xsl_fe.h +++ b/ext/xsl/xsl_fe.h @@ -22,7 +22,7 @@ #define XSL_FE_H extern zend_function_entry php_xsl_xsltprocessor_class_functions[]; -zend_class_entry *xsl_xsltprocessor_class_entry; +extern zend_class_entry *xsl_xsltprocessor_class_entry; PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet); PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc); |