summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/fdf/php_fdf.h2
1 files changed, 1 insertions, 1 deletions
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 <FdfTk.h>
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);