mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9f9e9d2d50
Emacs-lisp frontend for the SKK Japanese-input software. japanese/skk-jisyo: Jisyo (dictionary) file for the SKK Japanese-input software. japanese/skk-tools: Jisyo-tools for the SKK Japanese-input software. japanese/skkserv: Dictionary server for the SKK Japanese-input software. PR: ports/8705 (part of) Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Note: This PR cannot close until I commit japanese/skk meta-port and take some tweaks. Please wait.
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
--- jisyo-tools/skkdic-sort.c.orig Tue Dec 17 14:51:28 1996
|
|
+++ jisyo-tools/skkdic-sort.c Sat Oct 31 19:07:33 1998
|
|
@@ -23,7 +23,11 @@
|
|
|
|
#include <stdio.h>
|
|
#ifndef NO_MALLOC_H
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdlib.h>
|
|
+#else
|
|
#include <malloc.h>
|
|
+#endif
|
|
#endif
|
|
|
|
/* このプログラムでは辞書をすべてメモリの中に読み込みます。
|