This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Factor code into a function.
[perl5.git] / embed.h
diff --git a/embed.h b/embed.h
index 727e921..6aa7eb5 100644 (file)
--- a/embed.h
+++ b/embed.h
 #define regcurly(a)            S_regcurly(aTHX_ a)
 #  endif
 #  if defined(PERL_IN_REGCOMP_C)
+#define add_alternate(a,b,c)   S_add_alternate(aTHX_ a,b,c)
 #define add_data               S_add_data
 #define add_range_to_invlist(a,b,c)    S_add_range_to_invlist(aTHX_ a,b,c)
 #define checkposixcc(a)                S_checkposixcc(aTHX_ a)