From: tomo Date: Thu, 24 Jun 1999 07:40:08 +0000 (+0000) Subject: rearrangement. X-Git-Tag: r21-2-16-tomo-5~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c2fe208a052fd178ca62a6953b8d1ba1d05dfb72;p=chise%2Fxemacs-chise.git- rearrangement. --- diff --git a/src/mule-ccl.h b/src/mule-ccl.h index d381081..4f0df2b 100644 --- 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