From: Uwe Steinmann Date: Thu, 6 Jul 2000 14:56:52 +0000 (+0000) Subject: - still an error in my last patch (thanks Andi) X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bb19f7a9cbd474cb7dec223a603edc856a11df7;p=php - still an error in my last patch (thanks Andi) --- diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index 3d9d9b40b0..219ed78ef6 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -60,7 +60,7 @@ PHP_FUNCTION(fdf_set_file); PHP_FUNCTION(fdf_get_file); PHP_FUNCTION(fdf_add_template); #else -#define phpext_fdf_ptr NULL +#define fdf_module_ptr NULL #endif #define phpext_fdf_ptr fdf_module_ptr #endif /* PHP_FDF_H */