Mercurial > freewnn
changeset 13:778894f4449f
fixed typos
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 02 Mar 2008 19:47:09 +0900 |
parents | 1f16ab4b33e5 |
children | 709a803fbbff |
files | Wnn/include/jllib.h Wnn/jlib/jl.c |
diffstat | 2 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Wnn/include/jllib.h Sun Mar 02 19:07:21 2008 +0900 +++ b/Wnn/include/jllib.h Sun Mar 02 19:47:09 2008 +0900 @@ -257,7 +257,6 @@ void jl_close(register struct wnn_buf *buf); int jl_dic_add_e(register struct wnn_env *env, char *dic_name, char *hindo_name, int rev, int prio, int rw, int hrw, char *pwd_dic, char *pwd_hindo, int (*error_handler)(void), int (*message_handler)(void)); -int jl_word_comment_set_e (register struct wnn_env *env, int dic_no, int entry, wchar *comment); int jl_dic_delete_e(register struct wnn_env *env, register int dic_no); int jl_dic_list_e (struct wnn_env *env, WNN_DIC_INFO **dicinfo); int jl_dic_save_all_e(struct wnn_env *env); @@ -279,15 +278,15 @@ int jl_nobi_conv_e2(register struct wnn_buf *buf, struct wnn_env *env, register int bun_no, int ichbn_len, register int bun_no2, int use_maep, int ich_shop); int jl_param_get_e(struct wnn_env *env, struct wnn_param *para); int jl_param_set_e(register struct wnn_env *env, struct wnn_param *para); -int jl_ren_conv (register struct wnn_buf *buf, register w_char *yomi, int bun_no, bun_no2, int use_maep); +int jl_ren_conv (register struct wnn_buf *buf, register w_char *yomi, int bun_no, int bun_no2, int use_maep); int jl_set_env_wnnrc(register struct wnn_env *env, char *wnnrc_n, int (*error_handler)(void), int (*message_handler)(void)); int jl_set_env_wnnrc1(register struct wnn_env *env, char *wnnrc_n, int (*error_handler)(void), int (*message_handler)(void), int level); int jl_set_jikouho(register struct wnn_buf *buf, register int offset); int jl_set_jikouho_dai(register struct wnn_buf *buf, int offset); -int jl_tan_conv (register struct wnn_buf *buf, w_char *yomi, register int bun_no, bun_no2, int use_maep, int ich_shop); +int jl_tan_conv (register struct wnn_buf *buf, w_char *yomi, register int bun_no, register int bun_no2, int use_maep, int ich_shop); int jl_update_hindo(register struct wnn_buf *buf, int bun_no, int bun_no2); int jl_word_add_e (struct wnn_env *env, int dic_no, w_char *yomi, w_char *kanji, w_char *comment, int hinsi, int init_hindo); -int jl_word_comment_set_e (register struct wnn_env *env, int dic_no, int entry, wchar *comment); +int jl_word_comment_set_e (register struct wnn_env *env, int dic_no, int entry, w_char *comment); int jl_word_delete_e(struct wnn_env *env, int dic_no, int entry); int jl_word_search_by_env_e (register struct wnn_env *env, w_char *yomi, struct wnn_jdata **jdp); int jl_word_search_e (register struct wnn_env *env, int dic_no, w_char *yomi, struct wnn_jdata **jdp);
--- a/Wnn/jlib/jl.c Sun Mar 02 19:07:21 2008 +0900 +++ b/Wnn/jlib/jl.c Sun Mar 02 19:47:09 2008 +0900 @@ -672,7 +672,7 @@ */ int -jl_ren_conv (register struct wnn_buf *buf, register w_char *yomi, int bun_no, bun_no2, int use_maep) +jl_ren_conv (register struct wnn_buf *buf, register w_char *yomi, int bun_no, int bun_no2, int use_maep) { wnn_errorno = 0; if (bun_no < 0) @@ -755,7 +755,7 @@ } int -jl_tan_conv (register struct wnn_buf *buf, w_char *yomi, register int bun_no, bun_no2, int use_maep, int ich_shop) +jl_tan_conv (register struct wnn_buf *buf, w_char *yomi, register int bun_no, register int bun_no2, int use_maep, int ich_shop) { wnn_errorno = 0; if (bun_no < 0)