X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule-ccl.c;h=dd6e12daac35aff5aab9057c64e3faf329c8b359;hb=6b3f40dfa3d8f18a2fcc6932be7f82acd94261c2;hp=cc54369dd30a5e67c868540ebb2ac4c4affd891f;hpb=b623fb6516df4ba24a9a16f8199b4341eb9aff52;p=chise%2Fxemacs-chise.git- diff --git a/src/mule-ccl.c b/src/mule-ccl.c index cc54369..dd6e12d 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,7 +1231,9 @@ ccl_driver (struct ccl_program *ccl, CONST unsigned char *source, CCL_SUSPEND (CCL_STAT_SUSPEND_BY_SRC); break; +#endif +#ifndef UTF2000 case CCL_WriteMultibyteChar2: i = reg[RRR]; /* charset */ if (i == LEADING_BYTE_ASCII) @@ -1250,6 +1253,7 @@ ccl_driver (struct ccl_program *ccl, CONST unsigned char *source, CCL_WRITE_CHAR (i); break; +#endif #if 0 case CCL_TranslateCharacter: