diff options
author | Andy Lester <andy@petdance.com> | 2006-03-01 16:13:45 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-02 09:08:30 +0000 |
commit | 7f466ec7af27f9f5d32c98835d50ab88e615a752 (patch) | |
tree | aa5e078fced871d2985222310145d93113ee2c9a /pod/perlapi.pod | |
parent | 95a2b409a511e1c8014f7610e7fa60a947660625 (diff) | |
download | perl-7f466ec7af27f9f5d32c98835d50ab88e615a752.tar.gz |
Non-null optimizations
Message-ID: <20060302041345.GA13731@petdance.com>
p4raw-id: //depot/perl@27360
Diffstat (limited to 'pod/perlapi.pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 756ffba532..7b8a77c6e6 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -4529,7 +4529,7 @@ X<newRV_noinc> Creates an RV wrapper for an SV. The reference count for the original SV is B<not> incremented. - SV* newRV_noinc(SV *sv) + SV* newRV_noinc(SV* sv) =for hackers Found in file sv.c |