]> granicus.if.org Git - php/commitdiff
Darwin seems to like this arrangement much better.
authorGeorge Schlossnagle <gschlossnagle@php.net>
Fri, 15 Jul 2005 16:47:12 +0000 (16:47 +0000)
committerGeorge Schlossnagle <gschlossnagle@php.net>
Fri, 15 Jul 2005 16:47:12 +0000 (16:47 +0000)
ext/xsl/php_xsl.c
ext/xsl/xsl_fe.h

index 62d8863d6b9dd4ddbd9107a17cb262f57bc8b95a..327ffc226315d408047c90b20be8696d23a2ebc2 100644 (file)
@@ -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[]
index d0c673271a27b7231069e7f0dbd5cb9e9bb890e9..c6e9a68daf179fa097594e1269e6505730e6be68 100644 (file)
@@ -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);