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:
8db1660
)
(struct Lisp_Coding_System): Delete `fixed.size'.
author
tomo
<tomo>
Sat, 11 Sep 1999 16:04:23 +0000
(16:04 +0000)
committer
tomo
<tomo>
Sat, 11 Sep 1999 16:04:23 +0000
(16:04 +0000)
src/file-coding.h
patch
|
blob
|
history
diff --git
a/src/file-coding.h
b/src/file-coding.h
index
b5c3cda
..
19fc60e
100644
(file)
--- 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;