summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index d607e452dc..58e9ef9a23 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -825,6 +825,9 @@ PERLVAR(I, numeric_radix_sv, SV *) /* The radix separator if not '.' */
PERLVARI(I, underlying_numeric_obj, locale_t, NULL)
#endif
+#ifdef USE_POSIX_2008_LOCALE
+PERLVARI(I, scratch_locale_obj, locale_t, 0)
+#endif
/* Array of signal handlers, indexed by signal number, through which the C
signal handler dispatches. */