From c2fe208a052fd178ca62a6953b8d1ba1d05dfb72 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 24 Jun 1999 07:40:08 +0000 Subject: [PATCH] rearrangement. --- src/mule-ccl.h | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 1.7.10.4