projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57aa2d7
)
(struct Lisp_Coding_System): Add new member `fixed.size'.
author
tomo
<tomo>
Thu, 17 Jun 1999 04:55:06 +0000
(
04:55
+0000)
committer
tomo
<tomo>
Thu, 17 Jun 1999 04:55:06 +0000
(
04:55
+0000)
src/file-coding.h
patch
|
blob
|
history
diff --git
a/src/file-coding.h
b/src/file-coding.h
index
19fc60e
..
b5c3cda
100644
(file)
--- 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;