summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-25 08:58:42 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-25 23:21:29 -0600
commit5d3d13d10da5429b4c98a44ea398eb3cfb8c457b (patch)
tree3bfb087559d3d4550910610254f8cda2fb4397eb /embed.fnc
parentab20d70a9a23debea96660523e287da51405d7de (diff)
downloadperl-5d3d13d10da5429b4c98a44ea398eb3cfb8c457b.tar.gz
utf8.c: collapse a function parameter
Now that we have a flags parameter, we can get put this parameter as just another flag, giving a cleaner interface to this internal-only function. This also renames the flag parameter to <flag_p> to indicate it needs to be dereferenced.
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 473d7fbc03..8f0889895a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1419,7 +1419,7 @@ EXMp |void |_invlist_populate_swatch |NN SV* const invlist|const UV start|cons
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C)
EXp |SV* |_core_swash_init|NN const char* pkg|NN const char* name \
- |NN SV* listsv|I32 minbits|I32 none|bool return_if_undef \
+ |NN SV* listsv|I32 minbits|I32 none \
|NULLOK SV* invlist|NULLOK U8* const flags_p
EXMpR |SV* |_invlist_contents|NN SV* const invlist
EiMR |UV* |_get_invlist_len_addr |NN SV* invlist