This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use slabs to allocate save state space in regmatch()
[perl5.git] / perlapi.h
index 3871efd..547fdb2 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -856,6 +856,10 @@ END_EXTERN_C
 #define PL_reglastcloseparen   (*Perl_Treglastcloseparen_ptr(aTHX))
 #undef  PL_reglastparen
 #define PL_reglastparen                (*Perl_Treglastparen_ptr(aTHX))
+#undef  PL_regmatch_slab
+#define PL_regmatch_slab       (*Perl_Tregmatch_slab_ptr(aTHX))
+#undef  PL_regmatch_state
+#define PL_regmatch_state      (*Perl_Tregmatch_state_ptr(aTHX))
 #undef  PL_regnarrate
 #define PL_regnarrate          (*Perl_Tregnarrate_ptr(aTHX))
 #undef  PL_regnpar