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/php_xsl.c | |
parent | 67a66b858f7cf1562c72a5c7d7b016daca6ff918 (diff) | |
download | php-git-869d6002d625ef0ee0cbfa69898599f18805ca0e.tar.gz |
Darwin seems to like this arrangement much better.
Diffstat (limited to 'ext/xsl/php_xsl.c')
-rw-r--r-- | ext/xsl/php_xsl.c | 2 |
1 files changed, 1 insertions, 1 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[] |