projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89da42d
)
rearrangement.
author
tomo
<tomo>
Thu, 24 Jun 1999 07:40:08 +0000
(07:40 +0000)
committer
tomo
<tomo>
Thu, 24 Jun 1999 07:40:08 +0000
(07:40 +0000)
src/mule-ccl.h
patch
|
blob
|
history
diff --git
a/src/mule-ccl.h
b/src/mule-ccl.h
index
d381081
..
4f0df2b
100644
(file)
--- a/
src/mule-ccl.h
+++ b/
src/mule-ccl.h
@@
-57,17
+57,6
@@
struct ccl_program {
int stack_idx; /* How deep the call of CCL_Call is nested. */
};
-/* This data type is used for the spec field of the structure
- coding_system. */
-
-/*
-struct ccl_spec {
- struct ccl_program decoder;
- struct ccl_program encoder;
- unsigned char valid_codes[256];
-};
-*/
-
#define CCL_MODE_ENCODING 0
#define CCL_MODE_DECODING 1