(struct Lisp_Coding_System): Add new member `fixed.size'.
authortomo <tomo>
Thu, 17 Jun 1999 04:55:06 +0000 (04:55 +0000)
committertomo <tomo>
Thu, 17 Jun 1999 04:55:06 +0000 (04:55 +0000)
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;