Skip to content

Instantly share code, notes, and snippets.

@tlync
Created August 5, 2012 08:29
Show Gist options
  • Save tlync/3262916 to your computer and use it in GitHub Desktop.
Save tlync/3262916 to your computer and use it in GitHub Desktop.
diff --git a/dict/dict.mak b/dict/dict.mak
index 49435d6..eea60e6 100644
--- a/dict/dict.mak
+++ b/dict/dict.mak
@@ -6,7 +6,7 @@
DICT = migemo-dict
DICT_BASE = base-dict
-SKKDIC_BASEURL = http://openlab.ring.gr.jp/skk/dic
+SKKDIC_BASEURL = http://www.ring.gr.jp/archives/elisp/skk/dic
SKKDIC_FILE = SKK-JISYO.L
EUCJP_DIR = euc-jp.d
UTF8_DIR = utf-8.d
diff --git a/src/wordbuf.c b/src/wordbuf.c
index 00a1112..afa79df 100644
--- a/src/wordbuf.c
+++ b/src/wordbuf.c
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <limits.h>
#include "wordbuf.h"
#define WORDLEN_DEF 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment