diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 20:01:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-21 20:01:14 +0000 |
commit | 8fb26106616b06907474b33cfb67b5e1e186bd1a (patch) | |
tree | 2312f9ce46f627ef9c4bedab01518bbb9dd2be31 /pod/perlintern.pod | |
parent | b363b71387982836a5629ce821dc43de9f38573c (diff) | |
download | perl-8fb26106616b06907474b33cfb67b5e1e186bd1a.tar.gz |
Retract the #10417 mg.c and embed.pl parts because of
strange SEGVs in 64bit x86 FreeBSD observed by
Nicholas Clark.
p4raw-id: //depot/perl@10798
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index a0cf47c049..6ca016cfcc 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -153,7 +153,7 @@ Found in file sv.c Decrement the refcnt of each remaining SV, possibly triggering a cleanup. This function may have to be called multiple times to free -SVs which are in complex self-referential heirarchies. +SVs which are in complex self-referential hierarchies. I32 sv_clean_all() |