diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-18 14:06:32 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-21 07:59:01 -0600 |
commit | 94c267a873369fd56bb0e0db664488ce34b18476 (patch) | |
tree | f3a3da20713f77a56ab3c0e5a2ed3ed2b1e7e6ee /sv.c | |
parent | 9b15f68eac69c207750e96d9b51fed406fe667b8 (diff) | |
download | perl-94c267a873369fd56bb0e0db664488ce34b18476.tar.gz |
perlapi: fix broken link, from sv.c
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5105,7 +5105,7 @@ space is allocated.) The reference count for the new SV is set to 1. In 5.9.3, newSV() replaces the older NEWSV() API, and drops the first parameter, I<x>, a debug aid which allowed callers to identify themselves. This aid has been superseded by a new build option, PERL_MEM_LOG (see -L<perlhack/PERL_MEM_LOG>). The older API is still there for use in XS +L<perlhacktips/PERL_MEM_LOG>). The older API is still there for use in XS modules supporting older perls. =cut |