aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/encoding.h')
-rw-r--r--include/ruby/encoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 675bd5d90d..e4259845e8 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -227,6 +227,7 @@ typedef struct {
/* last error */
struct {
rb_econv_result_t result;
+ struct rb_transcoding *error_tc;
const char *source_encoding;
const char *destination_encoding;
const unsigned char *error_bytes_start;