This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: collapse a function parameter
authorKarl Williamson <public@khwilliamson.com>
Sat, 25 Aug 2012 14:58:42 +0000 (08:58 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:29 +0000 (23:21 -0600)
commit5d3d13d10da5429b4c98a44ea398eb3cfb8c457b
tree3bfb087559d3d4550910610254f8cda2fb4397eb
parentab20d70a9a23debea96660523e287da51405d7de
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.
embed.fnc
embed.h
proto.h
regcomp.c
regexec.c
utf8.c
utf8.h