diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-05-21 03:47:18 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-05-21 03:47:18 +0000 |
commit | d070ff45303f31f7ea3c355a42984d1c652a0faf (patch) | |
tree | 38b23b702884db356cfbc7066e710a66472c1b23 /pod/perlapi.pod | |
parent | ea7d701d8a9efe1ba3e2127e0a97460c9f0c134c (diff) | |
download | perl-d070ff45303f31f7ea3c355a42984d1c652a0faf.tar.gz |
Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
Also, picked up a missed change for pod/perlapi.pod.
p4raw-id: //depot/perl@28264
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 b9eb329b71..f4af853af7 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -4351,7 +4351,7 @@ X<SvSTASH_set> Set the value of the STASH pointer in sv to val. See C<SvIV_set>. - void SvSTASH_set(SV* sv, STASH* val) + void SvSTASH_set(SV* sv, HV* val) =for hackers Found in file sv.h |