(struct Lisp_Coding_System): Delete `fixed.size'.
authortomo <tomo>
Sat, 11 Sep 1999 16:04:23 +0000 (16:04 +0000)
committertomo <tomo>
Sat, 11 Sep 1999 16:04:23 +0000 (16:04 +0000)
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;