X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d7cb65f2ace0ce6e923d8b8b50868eb175a47fad..2726813d9af5d50f1451663cd931317e7172da50:/intrpvar.h?ds=sidebyside diff --git a/intrpvar.h b/intrpvar.h index 55e91f6..1ab1495 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -58,7 +58,7 @@ PERLVAR(Itmps_stack, SV **) /* mortals we've made */ PERLVARI(Itmps_ix, I32, -1) PERLVARI(Itmps_floor, I32, -1) PERLVAR(Itmps_max, I32) -PERLVAR(Imodcount, I32) /* how much mod()ification in +PERLVAR(Imodcount, I32) /* how much op_lvalue()ification in assignment? */ PERLVAR(Imarkstack, I32 *) /* stack_sp locations we're @@ -295,7 +295,7 @@ The C variable which corresponds to Perl's $^W warning variable. */ PERLVAR(Idowarn, U8) -PERLVAR(Idoextract, bool) + /* Space for a U8 */ PERLVAR(Isawampersand, bool) /* must save all match strings */ PERLVAR(Iunsafe, bool) PERLVAR(Iexit_flags, U8) /* was exit() unexpected, etc. */ @@ -765,6 +765,10 @@ PERLVAR(Iregistered_mros, HV *) /* Compile-time block start/end hooks */ PERLVAR(Iblockhooks, AV *) + +/* Everything that folds to a character, for case insensitivity regex matching */ +PERLVARI(Iutf8_foldclosures, HV *, NULL) + /* 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. */