summaryrefslogtreecommitdiff
path: root/ext/pspell/pspell.c
diff options
context:
space:
mode:
authorVlad Krupin <vlad@php.net>2000-07-13 20:39:14 +0000
committerVlad Krupin <vlad@php.net>2000-07-13 20:39:14 +0000
commit9936548993a8d3b458951efe9bcd7825cd59e998 (patch)
tree004a21e80df43d5247c80bc039d9b6b6539eced0 /ext/pspell/pspell.c
parentd041052428356411f1573f8fdad8e5b64695085b (diff)
downloadphp-git-9936548993a8d3b458951efe9bcd7825cd59e998.tar.gz
- Making pspell compile as a shared module
- fix a couple typos @ Making pspell compile as a shared module
Diffstat (limited to 'ext/pspell/pspell.c')
-rw-r--r--ext/pspell/pspell.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c
index 73a4bbb166..efb9f43091 100644
--- a/ext/pspell/pspell.c
+++ b/ext/pspell/pspell.c
@@ -18,11 +18,10 @@
/* $Id$ */
+#define IS_EXT_MODULE
+
#include "php.h"
-#ifdef COMPILE_DL_PSPELL
-#include "phpdl.h"
-#endif
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>