X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffile-coding.h;h=b5c3cda53d98e18af80ae2b63f6a34fb47a020ac;hb=0a7e8462acb4861fe3fc2193319cec3552ea1c2f;hp=19fc60e4d1865adc74e4cfa64cafa435d98a4285;hpb=cbb40ed4dbe8dad2c432475e1cc91742886f1ef4;p=chise%2Fxemacs-chise.git- 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;