diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-23 10:01:29 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-09-24 11:36:12 -0600 |
commit | 892d82595257ad4946d399f004a293a79f6ab611 (patch) | |
tree | 4e8841914093e2fb1200685aff68a7495c2c20a8 /embedvar.h | |
parent | ecfdcf399ee052379b6d0552e332d8503d554233 (diff) | |
download | perl-892d82595257ad4946d399f004a293a79f6ab611.tar.gz |
Add inversion list for U+80 - U+FF
This is the upper half of the Latin1 range. This simplifies some code
very slightly, but will be of use in future commits.
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h index 75a0cc9237..2349c8c978 100644 --- a/embedvar.h +++ b/embedvar.h @@ -66,6 +66,7 @@ #define PL_Sock (vTHX->ISock) #define PL_StdIO (vTHX->IStdIO) #define PL_Sv (vTHX->ISv) +#define PL_UpperLatin1 (vTHX->IUpperLatin1) #define PL_XPosix_ptrs (vTHX->IXPosix_ptrs) #define PL_Xpv (vTHX->IXpv) #define PL_an (vTHX->Ian) |