summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-02-24 16:22:22 -0700
committerKarl Williamson <khw@cpan.org>2018-02-25 09:48:27 -0700
commit0b6697c5fb6ef91cb9b537c60b6377b8fc54acbe (patch)
tree02f7d4d23f5c360dd351741feaae13b696d73026 /embed.fnc
parent345db0f66ed0ac7b609bb6bcceaf3a48b5f8e25b (diff)
downloadperl-0b6697c5fb6ef91cb9b537c60b6377b8fc54acbe.tar.gz
locale.c: Let static fcn take a NULL argument
It turns out that it will be convenient in a future commit to have this function handle NULL input. That also means that every call should use the return value of this function.
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 45c37b600f..63a654bf50 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2791,7 +2791,7 @@ sn |const char*|my_nl_langinfo|const nl_item item|bool toggle
# else
sn |const char*|my_nl_langinfo|const int item|bool toggle
# endif
-in |const char *|save_to_buffer|NN const char * string \
+inR |const char *|save_to_buffer|NULLOK const char * string \
|NULLOK char **buf \
|NN Size_t *buf_size \
|const Size_t offset