From: Marcus Holland-Moritz Date: Wed, 24 May 2006 17:40:01 +0000 (+0000) Subject: The sv_catpvs() and sv_setpvs() macros also return void. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b4e746973783c054fecf3c05862fea4b7fd94cd;p=p5sagit%2Fp5-mst-13.2.git The sv_catpvs() and sv_setpvs() macros also return void. p4raw-id: //depot/perl@28301 --- diff --git a/handy.h b/handy.h index fe59d81..f88af3e 100644 --- a/handy.h +++ b/handy.h @@ -246,10 +246,10 @@ Like C, but takes a literal string instead of a string/length pair. Like C, 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, 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, but takes a literal string instead of a string/length pair. =head1 Memory Management