We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0f8a commit 616bf43Copy full SHA for 616bf43
ext/pspell/php_pspell.h
@@ -16,7 +16,7 @@
16
17
#ifndef _PSPELL_H
18
#define _PSPELL_H
19
-#if HAVE_PSPELL
+#ifdef HAVE_PSPELL
20
extern zend_module_entry pspell_module_entry;
21
#define pspell_module_ptr &pspell_module_entry
22
ext/pspell/pspell.c
@@ -24,7 +24,7 @@
24
#include <ctype.h>
25
#include <stdio.h>
26
27
28
29
/* this will enforce compatibility in .12 version (broken after .11.2) */
30
#define USE_ORIGINAL_MANAGER_FUNCS
0 commit comments