From 3023b35c924f31e9f3042af653b8d32d7a44ecaa Mon Sep 17 00:00:00 2001 From: TomohiroHiratsuka Date: Wed, 25 Nov 2020 15:19:57 +0900 Subject: [PATCH] issue#11 fixed, declaration added --- mecab/mecab7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mecab/mecab7.c b/mecab/mecab7.c index 1a9105a..d05418b 100644 --- a/mecab/mecab7.c +++ b/mecab/mecab7.c @@ -32,7 +32,7 @@ #include "php_mecab_compat7.h" #define PATHBUFSIZE (MAXPATHLEN + 3) - +#define ulong unsigned long /* {{{ globals */ static ZEND_DECLARE_MODULE_GLOBALS(mecab)