X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlapi.h;h=7a8dcec6183b21eb849e480eea0061774ee9f40a;hb=1ba7f8516c9ddf9fe5f546213fbde0eab8b73e41;hp=7085e74adcabed53321a43cb605586c89593133b;hpb=8f68c6c6e0b25189bbc5e293c61696110d14cfda;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlapi.h b/perlapi.h index 7085e74..7a8dcec 100644 --- a/perlapi.h +++ b/perlapi.h @@ -802,6 +802,8 @@ START_EXTERN_C #define PL_regint_string (*Perl_Tregint_string_ptr(aTHXo)) #undef PL_reginterp_cnt #define PL_reginterp_cnt (*Perl_Treginterp_cnt_ptr(aTHXo)) +#undef PL_reglastcloseparen +#define PL_reglastcloseparen (*Perl_Treglastcloseparen_ptr(aTHXo)) #undef PL_reglastparen #define PL_reglastparen (*Perl_Treglastparen_ptr(aTHXo)) #undef PL_regnarrate