summaryrefslogtreecommitdiff
path: root/textproc/php-mecab/files/patch-mecab7.c
blob: 8e58ce50ad35da7f41c76aecc60a0ad2c7ebc67c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mecab7.c.orig	2015-12-05 16:08:55 UTC
+++ mecab7.c
@@ -1456,7 +1456,7 @@ static PHP_FUNCTION(mecab_new)
 	if (zoptions != NULL) {
 		int getopt_result = 0;
 		zend_string *key;
-		ulong num_key;
+		zend_ulong num_key;
 		zval *entry;
 
 		ALLOC_HASHTABLE(options);