summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-01-18 21:58:10 -0700
committerKarl Williamson <public@khwilliamson.com>2013-01-19 09:57:53 -0700
commit902994e45aafa5c63ac8bf2219075daf29139b3c (patch)
treefe0282064d4457174f60becf2c8818e09d575680 /embed.h
parent7e62f75cb6326421c6dade1c6ca08206084d7348 (diff)
downloadperl-902994e45aafa5c63ac8bf2219075daf29139b3c.tar.gz
Extend strictness for qr/(?[ \N{} ])/
This recently added regex syntax imposes stricter rules on parsing than normal. However, this did not include parsing \N{} constructs that occur within it. This commit does that, making fatal the warnings that come from \N{} I will add to perldiag the newly added messages along with the others for (?[ ]) before 5.18 ships
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 470805da5e..1df6ab4b1f 100644
--- a/embed.h
+++ b/embed.h
@@ -910,7 +910,7 @@
#define get_invlist_previous_index_addr(a) S_get_invlist_previous_index_addr(aTHX_ a)
#define get_invlist_version_id_addr(a) S_get_invlist_version_id_addr(aTHX_ a)
#define get_invlist_zero_addr(a) S_get_invlist_zero_addr(aTHX_ a)
-#define grok_bslash_N(a,b,c,d,e,f) S_grok_bslash_N(aTHX_ a,b,c,d,e,f)
+#define grok_bslash_N(a,b,c,d,e,f,g) S_grok_bslash_N(aTHX_ a,b,c,d,e,f,g)
#define handle_sets(a,b,c,d) S_handle_sets(aTHX_ a,b,c,d)
#define invlist_array(a) S_invlist_array(aTHX_ a)
#define invlist_clone(a) S_invlist_clone(aTHX_ a)