(breakup_char_1): Use `Vdefault_coded_charset_priority_list' for
[chise/xemacs-chise.git] / src / file-coding.h
index b5c3cda..19fc60e 100644 (file)
@@ -128,10 +128,6 @@ 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;