diff options
author | Karl Williamson <khw@cpan.org> | 2018-07-11 07:25:38 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-07-11 08:08:11 -0600 |
commit | c404ed8c57bf7353fed0673c8502c332f4b2ce9c (patch) | |
tree | 414d35d7fee856a1d7cc82fc5f95e0e2ef6f97af /embed.fnc | |
parent | f9e90a19b620e2347e08f84bdd68f94e69797a94 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |