summaryrefslogtreecommitdiff
path: root/ext/gmp
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-01-03 16:18:29 +0000
committerNuno Lopes <nlopess@php.net>2008-01-03 16:18:29 +0000
commit1dc0e94e0f67aa3b602e0131f01cdc0ef6e0f48a (patch)
tree9e82c4d7c9ebfb2d6fac9c4ba10c914d23350a9f /ext/gmp
parent584a7c7be8dd21330fca59a3a6e53592dc8edbef (diff)
downloadphp-git-1dc0e94e0f67aa3b602e0131f01cdc0ef6e0f48a.tar.gz
MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
Diffstat (limited to 'ext/gmp')
-rw-r--r--ext/gmp/php_gmp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h
index 9694314d44..2455f7128a 100644
--- a/ext/gmp/php_gmp.h
+++ b/ext/gmp/php_gmp.h
@@ -26,12 +26,6 @@
extern zend_module_entry gmp_module_entry;
#define phpext_gmp_ptr &gmp_module_entry
-#ifdef ZEND_WIN32
-#define GMP_API __declspec(dllexport)
-#else
-#define GMP_API
-#endif
-
ZEND_MODULE_STARTUP_D(gmp);
ZEND_MODULE_DEACTIVATE_D(gmp);
ZEND_MODULE_INFO_D(gmp);