summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-01-25 13:26:16 -0700
committerKarl Williamson <khw@cpan.org>2018-01-30 11:38:12 -0700
commit06a83acd6aa23a9d19f925cc3232ff18fe7deee2 (patch)
treebda82f62497bd886e059a4b8ddc0289698dfd74f /embed.fnc
parent070e8b2ef4f827a7e0d3199f7b37883a09545802 (diff)
downloadperl-06a83acd6aa23a9d19f925cc3232ff18fe7deee2.tar.gz
regcomp.c: Allow a fcn param to be NULL
In which case handling is skipped. This is in preparation for a future commit which will use this function in a slightly different manner
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 1f70b42c7e..fa68d952cc 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2489,7 +2489,7 @@ Es |const regnode*|dumpuntil|NN const regexp *r|NN const regnode *start \
|NN SV* sv|I32 indent|U32 depth
Es |void |put_code_point |NN SV* sv|UV c
Es |bool |put_charclass_bitmap_innards|NN SV* sv \
- |NN char* bitmap \
+ |NULLOK char* bitmap \
|NULLOK SV* nonbitmap_invlist \
|NULLOK SV* only_utf8_locale_invlist\
|NULLOK const regnode * const node \