Path: blob/main/japanese/FreeWnn-server/files/patch-Wnn-conv-cvt_head.h
16461 views
Index: Wnn/conv/cvt_head.h1===================================================================2RCS file: /home/cvs/private/hrs/freewnn/Wnn/conv/cvt_head.h,v3retrieving revision 1.1.1.14retrieving revision 1.25diff -u -p -r1.1.1.1 -r1.26--- Wnn/conv/cvt_head.h 20 Dec 2008 07:13:30 -0000 1.1.1.17+++ Wnn/conv/cvt_head.h 20 Dec 2008 15:22:37 -0000 1.28@@ -52,17 +52,17 @@910#ifdef WNNDEFAULT11# include "wnn_config.h"12- /* �ޥ���CONVERT_FILENAME������ʤΤ�������ˡ�����ѥ�����ϡ��إå��ե�����13- �Υ������ѥ��ˡ�Wnn�Υ��롼�ɥե�����Τ��꤫�����ꤷ�Ƥ������ȡ� */14+/* �ޥ���CONVERT_FILENAME������ʤΤ�������ˡ�����ѥ�����ϡ��إå��ե�����15+ �Υ������ѥ��ˡ�Wnn�Υ��롼�ɥե�����Τ��꤫�����ꤷ�Ƥ������ȡ� */16#else17# define CONVERT_FILENAME "cvt_key_tbl"18#endif1920#define div_up(a, b) ((a + b - 1) / b)21- /* a,b������������a/b���ڤ�夲�������ˤ��� */22+/* a,b������������a/b���ڤ�夲�������ˤ��� */2324struct CONVCODE25{26- int tokey; /* �Ѵ����줿������ */27- char *fromkey; /* �Ѵ����륳���� */28+ int tokey; /* �Ѵ����줿������ */29+ char *fromkey; /* �Ѵ����륳���� */30};313233