From 6c6750593508a38ac810571c2c01d189aa4b6c9a Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 17 Jun 1999 04:55:06 +0000 Subject: [PATCH] (struct Lisp_Coding_System): Add new member `fixed.size'. --- src/file-coding.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/file-coding.h b/src/file-coding.h index 19fc60e..b5c3cda 100644 --- a/src/file-coding.h +++ b/src/file-coding.h @@ -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; -- 1.7.10.4