From: foobar Date: Fri, 12 Apr 2002 22:02:28 +0000 (+0000) Subject: Fix the build. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8581de0fe281fcc1680dc7ba41cbda56dc3c55da;p=php Fix the build. # Marcus, do you TEST build at all before you commit?! --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 096e7c1924..9f314d95d6 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -109,8 +109,6 @@ function_entry exif_functions[] = { #define EXIF_VERSION "1.3 $Id$" -ZEND_DECLARE_MODULE_GLOBALS(exif) - /* {{{ PHP_MINFO_FUNCTION */ PHP_MINFO_FUNCTION(exif) @@ -133,6 +131,8 @@ ZEND_BEGIN_MODULE_GLOBALS(exif) char * decode_jis_le; ZEND_END_MODULE_GLOBALS(exif) +ZEND_DECLARE_MODULE_GLOBALS(exif) + #ifdef ZTS #define EXIF_G(v) TSRMG(exif_globals_id, zend_exif_globals *, v) #else