diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-10 06:52:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-10 06:52:02 +0000 |
commit | 4bc273eb214ab9cad06b724c90dc62b0d24c69e1 (patch) | |
tree | c5f4733a0d56b1af11c08158a7ad0ae8cda9888e /japanese/FreeWnn-lib/files/patch-al | |
parent | original distribution updated to 1.94.4. (diff) |
Fix many bugs. Share files that can be shared.
PR: 4409
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'japanese/FreeWnn-lib/files/patch-al')
-rw-r--r-- | japanese/FreeWnn-lib/files/patch-al | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/FreeWnn-lib/files/patch-al b/japanese/FreeWnn-lib/files/patch-al new file mode 100644 index 000000000000..d4423556f7af --- /dev/null +++ b/japanese/FreeWnn-lib/files/patch-al @@ -0,0 +1,20 @@ +--- ./Wnn/jlib.V3/jlib.h.orig Tue Sep 17 06:30:30 1991 ++++ ./Wnn/jlib.V3/jlib.h Fri Sep 5 21:37:24 1997 +@@ -51,12 +51,14 @@ + /* + Nihongo Henkan Library Header File + */ +-/* + #include <setjmp.h> +-*/ +- + + #define w_char unsigned short ++#ifndef WCHAR_T ++#define wchar_t w_char ++#define wchar w_char ++#define WCHAR_T ++#endif + + #define JLIB + |