X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=a896b626b736032be688d61e3ccb7edc79a3f999;hb=33235a50d090f47e8c1345f546ef4a97abb985d9;hp=ab04b0529a3fd8d643ab0434550781740d428c1c;hpb=d5ce4a7cd9d16a6d235e1b45a0768034bbdac1f0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index ab04b05..a896b62 100644 --- a/sv.h +++ b/sv.h @@ -1053,7 +1053,7 @@ more than once. Calls a non-destructive version of C if dsv is not the same as ssv. May evaluate arguments more than once. -=for apidoc Am|void|SvGROW|SV* sv|STRLEN len +=for apidoc Am|char *|SvGROW|SV* sv|STRLEN len Expands the character buffer in the SV so that it has room for the indicated number of bytes (remember to reserve space for an extra trailing NUL character). Calls C to perform the expansion if necessary.