From: Uwe Steinmann Date: Thu, 6 Jul 2000 05:36:54 +0000 (+0000) Subject: - last commit indroduced a new compile warning, should be fixed now X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4eb80751697a255efbd4bb9820921e4b12d17a3;p=php - last commit indroduced a new compile warning, should be fixed now --- diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index 6f3d5fe9b0..093388846f 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -40,7 +40,7 @@ #include extern zend_module_entry fdf_module_entry; -#define phpext_fdf_ptr &fdf_module_entry +#define fdf_module_ptr &fdf_module_entry extern PHP_MINIT_FUNCTION(fdf); extern PHP_MSHUTDOWN_FUNCTION(fdf);