summaryrefslogtreecommitdiff
path: root/japanese/cmigemo/files/patch-src_wordbuf.c
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2011-08-22 17:17:43 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2011-08-22 17:17:43 +0000
commit2a6ac0409c64c627a1cfe8634b5541772121d7f6 (patch)
treee8894835da83eca290b612a7822e1720ecb7e02c /japanese/cmigemo/files/patch-src_wordbuf.c
parent- Update to 2.0.3 Release (diff)
Add cmigemo, C implementation of Migemo Japanese incremental search tool.
Notes
Notes: svn path=/head/; revision=280200
Diffstat (limited to 'japanese/cmigemo/files/patch-src_wordbuf.c')
-rw-r--r--japanese/cmigemo/files/patch-src_wordbuf.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/cmigemo/files/patch-src_wordbuf.c b/japanese/cmigemo/files/patch-src_wordbuf.c
new file mode 100644
index 000000000000..2d2b63349c8f
--- /dev/null
+++ b/japanese/cmigemo/files/patch-src_wordbuf.c
@@ -0,0 +1,10 @@
+--- src/wordbuf.c.orig 2011-08-13 23:52:52.000000000 +0900
++++ src/wordbuf.c 2011-08-13 23:53:22.000000000 +0900
+@@ -9,6 +9,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <limits.h>
+ #include "wordbuf.h"
+
+ #define WORDLEN_DEF 64