From: tomo Date: Sat, 11 Sep 1999 16:04:23 +0000 (+0000) Subject: (struct Lisp_Coding_System): Delete `fixed.size'. X-Git-Tag: r21-2-19-utf-2000-0_7-0~37 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e0f5b6a3069b3e1ac0ae2260b7a5ab3cd9b0ea85;p=chise%2Fxemacs-chise.git (struct Lisp_Coding_System): Delete `fixed.size'. --- diff --git a/src/file-coding.h b/src/file-coding.h index b5c3cda..19fc60e 100644 --- a/src/file-coding.h +++ b/src/file-coding.h @@ -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;