summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index f4efc329b1..9cfe2c639d 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -578,6 +578,7 @@ PERLVAR(I, numeric_radix_sv, SV *) /* The radix separator if not '.' */
/* Unicode inversion lists */
PERLVAR(I, ASCII, SV *)
PERLVAR(I, Latin1, SV *)
+PERLVAR(I, UpperLatin1, SV *) /* Code points 128 - 255 */
PERLVAR(I, AboveLatin1, SV *)
PERLVAR(I, NonL1NonFinalFold, SV *)