This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a regex_sets debugging function
[perl5.git] / embed.h
diff --git a/embed.h b/embed.h
index 1ce8173..2c25e9e 100644 (file)
--- a/embed.h
+++ b/embed.h
 #endif
 #    endif
 #  endif
+#  if defined(DEBUGGING) && defined(ENABLE_REGEX_SETS_DEBUGGING)
+#    if defined(PERL_IN_REGCOMP_C)
+#define dump_regex_sets_structures(a,b,c,d)    S_dump_regex_sets_structures(aTHX_ a,b,c,d)
+#    endif
+#  endif
 #  if defined(PERL_ANY_COW)
 #define sv_setsv_cow(a,b)      Perl_sv_setsv_cow(aTHX_ a,b)
 #  endif