# HG changeset patch # User Kenichi Handa # Date 965972710 0 # Node ID c9a72e24976cb92211970a2a98f452bb24d92be8 # Parent 4687d69de88a57576afc52d202e3686158155887 (struct ccl_program): New member multibyte. diff -r 4687d69de88a -r c9a72e24976c src/ccl.h --- a/src/ccl.h Fri Aug 11 05:44:50 2000 +0000 +++ b/src/ccl.h Fri Aug 11 05:45:10 2000 +0000 @@ -42,8 +42,8 @@ condition flag of relational operations. */ int private_state; /* CCL instruction may use this - for private use, mainly for preservation - internal states for suspending. + for private use, mainly for saving + internal states on suspending. This variable is set to 0 when ccl is set up. */ int last_block; /* Set to 1 while processing the last @@ -57,6 +57,7 @@ encoding by a coding system, set to the eol_type of the coding system. */ + int multibyte; /* 1 if the source text is multibyte. */ }; /* This data type is used for the spec field of the structure