From: tomo Date: Thu, 17 Jun 1999 04:55:06 +0000 (+0000) Subject: (struct Lisp_Coding_System): Add new member `fixed.size'. X-Git-Tag: r21-2-15-utf2000-0_2-1~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6c6750593508a38ac810571c2c01d189aa4b6c9a;p=chise%2Fxemacs-chise.git.1 (struct Lisp_Coding_System): Add new member `fixed.size'. --- 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;