e8c9eaf450
- format man pages using new jgroff, so that we can install a full set of documentation. - move INSTALL script into a separate script, so that adding a new user need not be done at the time of INSTALL. - add a few strlcpy to fix a few holes. This stuff is rather bad, though. - use terminfo instead of termcap, for better keycap names, fixing quite a few bugs that made it impossible to build that version along the way... - move scripts into /usr/local/bin instead of /usr/local/bin/Wnn4. - use @comment no checksum in packing list, even though pkg_add does not support that yet. Not quite completely ready, but getting there...
22 lines
410 B
Plaintext
22 lines
410 B
Plaintext
$OpenBSD: patch-Wnn_jlib_V3_jlib_h,v 1.1 2000/04/16 21:53:30 espie Exp $
|
|
--- Wnn/jlib.V3/jlib.h.orig Mon Sep 16 23:30:30 1991
|
|
+++ Wnn/jlib.V3/jlib.h Thu Apr 13 20:41:40 2000
|
|
@@ -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
|
|
|