From 8c90d3a9c79a9471ef12dde584263fc38571cf46 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 2 Oct 2019 22:34:37 -0600 Subject: intrpvar.h: Add variable for use in tr/// This is part of this branch of changes. --- intrpvar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index e28726b8fa..94ac64717a 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -900,6 +900,8 @@ PERLVARI(I, dump_re_max_len, STRLEN, 60) PERLVAR(I, internal_random_state, PL_RANDOM_STATE_TYPE) +PERLVARA(I, TR_SPECIAL_HANDLING_UTF8, UTF8_MAXBYTES, char) + /* If you are adding a U8 or U16, check to see if there are 'Space' comments * above on where there are gaps which currently will be structure padding. */ -- cgit v1.2.1