From e4eb80751697a255efbd4bb9820921e4b12d17a3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 6 Jul 2000 05:36:54 +0000 Subject: [PATCH] - last commit indroduced a new compile warning, should be fixed now --- ext/fdf/php_fdf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1