From e0f5b6a3069b3e1ac0ae2260b7a5ab3cd9b0ea85 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 11 Sep 1999 16:04:23 +0000 Subject: [PATCH] (struct Lisp_Coding_System): Delete `fixed.size'. --- src/file-coding.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 1.7.10.4