summaryrefslogtreecommitdiff
path: root/ext/aspell/aspell.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/aspell/aspell.c')
-rw-r--r--ext/aspell/aspell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/aspell/aspell.c b/ext/aspell/aspell.c
index b890f212e2..cb042be998 100644
--- a/ext/aspell/aspell.c
+++ b/ext/aspell/aspell.c
@@ -49,7 +49,7 @@ zend_module_entry aspell_module_entry = {
#if COMPILE_DL
-DLEXPORT zend_module_entry *get_module(void) { return &aspell_module_entry; }
+ZEND_GET_MODULE(aspell)
#endif
static void php_aspell_close(aspell *sc)