summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-05-10 10:41:28 -0600
committerKarl Williamson <khw@cpan.org>2021-08-23 08:02:36 -0600
commit57aed1261ee10ab88320d81a57790e0402be8873 (patch)
treec3909ef4a0ac2b86c478058cc99e30f7d89e2e6d /embed.fnc
parent265ec34504a94be951392fbafdb653fb6db13ce8 (diff)
downloadperl-57aed1261ee10ab88320d81a57790e0402be8873.tar.gz
utf8.c: Make new static fcn more flexible
This commit allows this function to be called with NULL parameters when the result of these is not needed.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index fdc899b545..a649aa4b63 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2500,8 +2500,8 @@ S |void |warn_on_first_deprecated_use \
|const unsigned line
#endif
S |UV |to_case_cp_list|const UV original \
- |NN const U32 ** const remaining_list \
- |NN Size_t * remaining_count \
+ |NULLOK const U32 ** const remaining_list \
+ |NULLOK Size_t * remaining_count \
|NN SV *invlist \
|NN const I32 * const invmap \
|NULLOK const U32 * const * const aux_tables \