]> granicus.if.org Git - php/commitdiff
- last commit indroduced a new compile warning, should be fixed now
authorUwe Steinmann <steinm@php.net>
Thu, 6 Jul 2000 05:36:54 +0000 (05:36 +0000)
committerUwe Steinmann <steinm@php.net>
Thu, 6 Jul 2000 05:36:54 +0000 (05:36 +0000)
ext/fdf/php_fdf.h

index 6f3d5fe9b074f0f276a502b1754497caa9f17471..093388846faf6888f6f6a7e060472a8228434403 100644 (file)
@@ -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);