1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Fix breakage with wnn7.

Submitted by:	Masahiko KIMOTO <kimoto@ohnolab.org>
This commit is contained in:
Munechika SUMIKAWA 2003-05-01 06:54:38 +00:00
parent b89d8544f8
commit e450599819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79936
4 changed files with 46 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= emcws
PORTVERSION= ${EMACS_VER}
PORTREVISION= 1
CATEGORIES= japanese editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs

View File

@ -0,0 +1,22 @@
--- src/wnnfns.c- Wed Apr 30 15:45:08 2003
+++ src/wnnfns.c Wed Apr 30 15:45:20 2003
@@ -1816,6 +1816,9 @@
return Qt;
}
+/* $B$3$N(Btype cast$B$OHs>o$K4m81!#(Bjl.c$B$,;H$C$F$$$k$N$G%^%M$7$F$$$k$@$1!#(B
+ $B99$K(B js_*()$B7O$r8F$S=P$7$F$k!D(B */
+#include "mt_jlib.h" /* for WNN_ENV_INT */
DEFUN ("wnn-nihongo-kosei", Fwnn_nihongo_kosei, Swnn_nihongo_kosei, 1, 1, 0,
"For Wnn7.")
(mode)
@@ -1824,9 +1827,6 @@
int snum;
if ((snum = check_wnn_server_type()) == -1) return Qnil;
if(!wnnfns_buf[snum]) return Qnil;
- /* $B$3$N(Btype cast$B$OHs>o$K4m81!#(Bjl.c$B$,;H$C$F$$$k$N$G%^%M$7$F$$$k$@$1!#(B
- $B99$K(B js_*()$B7O$r8F$S=P$7$F$k!D(B */
-#include "mt_jlib.h" /* for WNN_ENV_INT */
if(js_set_henkan_hinsi_group( (WNN_ENV_INT*)wnnfns_buf[snum]->env,
HINSI_NO_GOYOU,
HINSI_NO_GOYOU_START,

View File

@ -7,6 +7,7 @@
PORTNAME= emcws
PORTVERSION= ${EMACS_VER}
PORTREVISION= 1
CATEGORIES= japanese editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs

View File

@ -0,0 +1,22 @@
--- src/wnnfns.c- Wed Apr 30 15:45:08 2003
+++ src/wnnfns.c Wed Apr 30 15:45:20 2003
@@ -1816,6 +1816,9 @@
return Qt;
}
+/* $B$3$N(Btype cast$B$OHs>o$K4m81!#(Bjl.c$B$,;H$C$F$$$k$N$G%^%M$7$F$$$k$@$1!#(B
+ $B99$K(B js_*()$B7O$r8F$S=P$7$F$k!D(B */
+#include "mt_jlib.h" /* for WNN_ENV_INT */
DEFUN ("wnn-nihongo-kosei", Fwnn_nihongo_kosei, Swnn_nihongo_kosei, 1, 1, 0,
"For Wnn7.")
(mode)
@@ -1824,9 +1827,6 @@
int snum;
if ((snum = check_wnn_server_type()) == -1) return Qnil;
if(!wnnfns_buf[snum]) return Qnil;
- /* $B$3$N(Btype cast$B$OHs>o$K4m81!#(Bjl.c$B$,;H$C$F$$$k$N$G%^%M$7$F$$$k$@$1!#(B
- $B99$K(B js_*()$B7O$r8F$S=P$7$F$k!D(B */
-#include "mt_jlib.h" /* for WNN_ENV_INT */
if(js_set_henkan_hinsi_group( (WNN_ENV_INT*)wnnfns_buf[snum]->env,
HINSI_NO_GOYOU,
HINSI_NO_GOYOU_START,