This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow empty lower bound in /{,n}/
[perl5.git] / embed.h
diff --git a/embed.h b/embed.h
index 159a5e9..3be6c42 100644 (file)
--- a/embed.h
+++ b/embed.h
 #define join_exact(a,b,c,d,e,f,g)      S_join_exact(aTHX_ a,b,c,d,e,f,g)
 #define make_exactf_invlist(a,b)       S_make_exactf_invlist(aTHX_ a,b)
 #define make_trie(a,b,c,d,e,f,g,h)     S_make_trie(aTHX_ a,b,c,d,e,f,g,h)
-#define new_regcurly           S_new_regcurly
 #define nextchar(a)            S_nextchar(aTHX_ a)
 #define output_posix_warnings(a,b)     S_output_posix_warnings(aTHX_ a,b)
 #define parse_lparen_question_flags(a) S_parse_lparen_question_flags(aTHX_ a)