From 90a815c9b5c51914402a5f651c61ed4628ac9ee1 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 1 Sep 1999 17:20:40 +0000 Subject: [PATCH] (ccl_driver): Don't define `CCL_ReadMultibyteChar2' in UTF-2000 because it is not ported yet and not to use `PRE_LEADING_BYTE_PRIVATE_1' and `PRE_LEADING_BYTE_PRIVATE_2'. --- src/mule-ccl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mule-ccl.c b/src/mule-ccl.c index cc54369..8e5fad9 100644 --- a/src/mule-ccl.c +++ b/src/mule-ccl.c @@ -1117,6 +1117,7 @@ ccl_driver (struct ccl_program *ccl, CONST unsigned char *source, case CCL_Extention: switch (EXCMD) { +#ifndef UTF2000 case CCL_ReadMultibyteChar2: if (!src) CCL_INVALID_CMD; @@ -1230,6 +1231,7 @@ ccl_driver (struct ccl_program *ccl, CONST unsigned char *source, CCL_SUSPEND (CCL_STAT_SUSPEND_BY_SRC); break; +#endif case CCL_WriteMultibyteChar2: i = reg[RRR]; /* charset */ -- 1.7.10.4