aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ccl.h b/src/ccl.h
index 2012aeb3955..c3b1ed564f4 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -73,6 +73,7 @@ struct ccl_spec {
73 struct ccl_program encoder; 73 struct ccl_program encoder;
74 unsigned char valid_codes[256]; 74 unsigned char valid_codes[256];
75 int cr_carryover; /* CR carryover flag. */ 75 int cr_carryover; /* CR carryover flag. */
76 unsigned char eight_bit_carryover[MAX_MULTIBYTE_LENGTH];
76}; 77};
77 78
78/* Alist of fontname patterns vs corresponding CCL program. */ 79/* Alist of fontname patterns vs corresponding CCL program. */