From 96a24969e027101897f3f6290529bc76166f8dbf Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 22 Jul 2002 18:00:30 +0000 Subject: [PATCH] (CONVERSION_94): New macro. (CONVERSION_96): New macro. (CONVERSION_94x94): New macro. (CONVERSION_96x96): New macro. (CONVERSION_94x94x94): New macro. (CONVERSION_96x96x96): New macro. (CONVERSION_94x94x94x60): New macro. (CONVERSION_94x94x94x94): New macro. (CONVERSION_96x96x96x96): New macro. --- src/char-ucs.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/char-ucs.h b/src/char-ucs.h index b516033..00f5d83 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -365,8 +365,17 @@ CHARSET_ENCODING_TABLE (Lisp_Charset* cs) } #define CONVERSION_IDENTICAL 0 -#define CONVERSION_94x60 1 -#define CONVERSION_94x94x60 2 +#define CONVERSION_94 1 +#define CONVERSION_96 2 +#define CONVERSION_94x60 3 +#define CONVERSION_94x94 4 +#define CONVERSION_96x96 5 +#define CONVERSION_94x94x60 6 +#define CONVERSION_94x94x94 7 +#define CONVERSION_96x96x96 8 +#define CONVERSION_94x94x94x60 9 +#define CONVERSION_94x94x94x94 10 +#define CONVERSION_96x96x96x96 11 #define XCHARSET_ID(cs) CHARSET_ID (XCHARSET (cs)) #define XCHARSET_NAME(cs) CHARSET_NAME (XCHARSET (cs)) -- 1.7.10.4