summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-24 17:40:01 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-24 17:40:01 +0000
commit7b4e746973783c054fecf3c05862fea4b7fd94cd (patch)
treec614dcc484486d9c8999d7a099e3f0231311bed1 /handy.h
parentf2403e576d341819f7522a9cf18063ca4eda9433 (diff)
downloadperl-7b4e746973783c054fecf3c05862fea4b7fd94cd.tar.gz
The sv_catpvs() and sv_setpvs() macros also return void.
p4raw-id: //depot/perl@28301
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/handy.h b/handy.h
index fe59d81732..f88af3ea57 100644
--- a/handy.h
+++ b/handy.h
@@ -246,10 +246,10 @@ Like C<newSVpvn>, but takes a literal string instead of a string/length pair.
Like C<newSVpvn_share>, but takes a literal string instead of a string/length
pair and omits the hash parameter.
-=for apidoc Am|SV*|sv_catpvs|SV* sv|const char* s
+=for apidoc Am|void|sv_catpvs|SV* sv|const char* s
Like C<sv_catpvn>, but takes a literal string instead of a string/length pair.
-=for apidoc Am|SV*|sv_setpvs|SV* sv|const char* s
+=for apidoc Am|void|sv_setpvs|SV* sv|const char* s
Like C<sv_setpvn>, but takes a literal string instead of a string/length pair.
=head1 Memory Management