changeset 34891:b9b14e62fe38

(struct ccl_spec): New member eight_bit_carryover.
author Kenichi Handa <handa@m17n.org>
date Thu, 28 Dec 2000 07:03:19 +0000
parents f203e7623af7
children 3868f2e7355a
files src/ccl.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ccl.h	Thu Dec 28 07:03:05 2000 +0000
+++ b/src/ccl.h	Thu Dec 28 07:03:19 2000 +0000
@@ -73,6 +73,7 @@
   struct ccl_program encoder;
   unsigned char valid_codes[256];
   int cr_carryover;		/* CR carryover flag.  */
+  unsigned char eight_bit_carryover[MAX_MULTIBYTE_LENGTH];
 };
 
 /* Alist of fontname patterns vs corresponding CCL program.  */