diff options
author | Karl Williamson <khw@cpan.org> | 2018-01-25 13:26:16 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-01-30 11:38:12 -0700 |
commit | 06a83acd6aa23a9d19f925cc3232ff18fe7deee2 (patch) | |
tree | bda82f62497bd886e059a4b8ddc0289698dfd74f /embed.fnc | |
parent | 070e8b2ef4f827a7e0d3199f7b37883a09545802 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |