summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-11 07:25:38 -0600
committerKarl Williamson <khw@cpan.org>2018-07-11 08:08:11 -0600
commitc404ed8c57bf7353fed0673c8502c332f4b2ce9c (patch)
tree414d35d7fee856a1d7cc82fc5f95e0e2ef6f97af /embed.fnc
parentf9e90a19b620e2347e08f84bdd68f94e69797a94 (diff)
downloadperl-c404ed8c57bf7353fed0673c8502c332f4b2ce9c.tar.gz
utf8.c: Static fnc always passed non-null
This function was inconsistent until this commit, setting a a value unconditionally in all but one place.
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 0897effde2..f2890692a3 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1781,7 +1781,7 @@ s |U32 |check_and_deprecate \
s |UV |_to_utf8_case |const UV uv1 \
|NN const U8 *p \
|NN U8* ustrp \
- |NULLOK STRLEN *lenp \
+ |NN STRLEN *lenp \
|NN SV *invlist \
|NN const int * const invmap \
|NULLOK const unsigned int * const * const aux_tables \