summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-27 12:44:54 -0600
committerKarl Williamson <khw@cpan.org>2018-03-31 15:36:45 -0600
commitaf0d73851cb67171ca4d0cf5073dee30ffe912cb (patch)
treef5eae343b82a662fb9e6fd64caf2c73fcf16d0e0 /embed.fnc
parentc12658c9d0519a31658b990ce533a92a2269ff9a (diff)
downloadperl-af0d73851cb67171ca4d0cf5073dee30ffe912cb.tar.gz
utf8.c: Change no longer used params to dummys
The previous commits have caused certain parameters to be ignored in some calls to these functions. Change them to dummys, so if a mistake is made, it can be caught, and not promulgated
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 cb260985a1..095fe3e1f9 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2874,12 +2874,12 @@ sRM |UV |check_locale_boundary_crossing \
|NN U8* const ustrp \
|NN STRLEN *lenp
iR |bool |is_utf8_common |NN const U8 *const p \
- |NN SV **swash \
+ |NULLOK SV **swash \
|NN const char * const swashname \
|NULLOK SV* const invlist
iR |bool |is_utf8_common_with_len|NN const U8 *const p \
|NN const U8 *const e \
- |NN SV **swash \
+ |NULLOK SV **swash \
|NN const char * const swashname \
|NULLOK SV* const invlist
sR |SV* |swatch_get |NN SV* swash|UV start|UV span