summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2022-09-19 19:15:39 +0000
committerKarl Williamson <khw@cpan.org>2022-09-22 09:48:10 -0600
commitb6198bccd362ecd980c1b4301ce6817a2ec296e3 (patch)
tree06904061d51dc92e5fe458d3636007634b715a33 /embed.fnc
parent1e78b5ed5d9d1161bfe209fff53163f270c40151 (diff)
downloadperl-b6198bccd362ecd980c1b4301ce6817a2ec296e3.tar.gz
SvPVCLEAR_FRESH - change from macro to inline function
This is to prevent warnings due to the char * frequently being unused.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 50a3387005..a7b1346223 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1958,6 +1958,7 @@ Apd |void |sv_setpv |NN SV *const sv|NULLOK const char *const ptr
Apd |void |sv_setpvn |NN SV *const sv|NULLOK const char *const ptr|const STRLEN len
Apd |void |sv_setpvn_fresh|NN SV *const sv|NULLOK const char *const ptr|const STRLEN len
Apd |char *|sv_setpv_bufsize|NN SV *const sv|const STRLEN cur|const STRLEN len
+Cipx |char *|sv_setpv_freshbuf|NN SV *const sv
Xp |void |sv_sethek |NN SV *const sv|NULLOK const HEK *const hek
Apd |void |sv_setrv_noinc |NN SV *const sv|NN SV *const ref
Apd |void |sv_setrv_inc |NN SV *const sv|NN SV *const ref