Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/japanese/FreeWnn-lib/files/patch-Wnn-conv-cvt_head.h
18157 views
1
Index: Wnn/conv/cvt_head.h
2
===================================================================
3
RCS file: /home/cvs/private/hrs/freewnn/Wnn/conv/cvt_head.h,v
4
retrieving revision 1.1.1.1
5
retrieving revision 1.2
6
diff -u -p -r1.1.1.1 -r1.2
7
--- Wnn/conv/cvt_head.h 20 Dec 2008 07:13:30 -0000 1.1.1.1
8
+++ Wnn/conv/cvt_head.h 20 Dec 2008 15:22:37 -0000 1.2
9
@@ -52,17 +52,17 @@
10
11
#ifdef WNNDEFAULT
12
# include "wnn_config.h"
13
- /* �ޥ���CONVERT_FILENAME������ʤΤ�������ˡ�����ѥ�����ϡ��إå��ե�����
14
- �Υ������ѥ��ˡ�Wnn�Υ��󥯥롼�ɥե�����Τ��꤫�����ꤷ�Ƥ������ȡ� */
15
+/* �ޥ���CONVERT_FILENAME������ʤΤ�������ˡ�����ѥ�����ϡ��إå��ե�����
16
+ �Υ������ѥ��ˡ�Wnn�Υ��󥯥롼�ɥե�����Τ��꤫�����ꤷ�Ƥ������ȡ� */
17
#else
18
# define CONVERT_FILENAME "cvt_key_tbl"
19
#endif
20
21
#define div_up(a, b) ((a + b - 1) / b)
22
- /* a,b������������a/b���ڤ�夲�������ˤ��� */
23
+/* a,b������������a/b���ڤ�夲�������ˤ��� */
24
25
struct CONVCODE
26
{
27
- int tokey; /* �Ѵ����줿������ */
28
- char *fromkey; /* �Ѵ����륳���� */
29
+ int tokey; /* �Ѵ����줿������ */
30
+ char *fromkey; /* �Ѵ����륳���� */
31
};
32
33