aboutsummaryrefslogtreecommitdiffstats
path: root/transcode_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'transcode_data.h')
-rw-r--r--transcode_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/transcode_data.h b/transcode_data.h
index 3801c38ec8..12e24e71eb 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -66,6 +66,8 @@ typedef struct rb_transcoding {
int resume_position;
const BYTE_LOOKUP *next_table;
+ VALUE next_info;
+ unsigned char next_byte;
int readlen;
union {
unsigned char ary[8]; /* max_input <= sizeof(ary) */