summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-11-06 18:44:46 -0700
committerKarl Williamson <khw@cpan.org>2018-11-16 10:48:19 -0700
commit25f472ce814259c264beeacdb8dfb8b12209ae43 (patch)
tree862ce963d6309a231431244807a1fee0c6a44e85 /embed.fnc
parentbd0b62a660635ad32a22aa96c5f1f0c45dc3127d (diff)
downloadperl-25f472ce814259c264beeacdb8dfb8b12209ae43.tar.gz
regcomp.c: Remove now always NULL parameter
This parameter is always NULL. No need to have it in this static function
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 0838fa70a6..283f753e24 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2399,8 +2399,7 @@ Es |regnode_offset|regclass|NN RExC_state_t *pRExC_state \
|const bool silence_non_portable \
|const bool strict \
|bool optimizable \
- |NULLOK SV** ret_invlist \
- |NULLOK AV** return_posix_warnings
+ |NULLOK SV** ret_invlist
Es |void|add_above_Latin1_folds|NN RExC_state_t *pRExC_state|const U8 cp \
|NN SV** invlist
Ei |regnode_offset|handle_named_backref|NN RExC_state_t *pRExC_state \