(BUFBYTE_FIRST_BYTE_P): Moved to mb-utf-8.h.
[chise/xemacs-chise.git-] / src / file-coding.h
index 19fc60e..b5c3cda 100644 (file)
@@ -128,6 +128,10 @@ struct Lisp_Coding_System
   } iso2022;
   struct
   {
+    unsigned char size;
+  } fixed;
+  struct
+  {
     /* For a CCL coding system, these specify the CCL programs used for
        decoding (input) and encoding (output). */
     Lisp_Object decode, encode;