(Vcharacter_attribute_table): New variable.
[chise/xemacs-chise.git-] / src / mule-ccl.c
index cc54369..dd6e12d 100644 (file)
@@ -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: