summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-01-07 19:05:06 -0700
committerKarl Williamson <khw@cpan.org>2021-01-20 06:51:49 -0700
commit20420ba9e016c0a7de5df27b5ab1fefd7902a766 (patch)
treed157a6a79342d614f6a88a226edaa639b57a20f4 /embed.h
parenta25b770c008a6e530595a4b555443e2b65289a65 (diff)
downloadperl-20420ba9e016c0a7de5df27b5ab1fefd7902a766.tar.gz
Allow empty lower bound in /{,n}/
This change has been planned for a long time, bringing Perl into parity with similar languages, but it took many deprecation cycles to be able to reach the point where it could safely go in. This fixes GH #18264
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 159a5e9155..3be6c42420 100644
--- a/embed.h
+++ b/embed.h
@@ -1061,7 +1061,6 @@
#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)