diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-07-26 15:42:38 -0500 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-07-27 16:26:16 +0000 |
commit | 28a5cf3b760f8b6322a0839e3b3e060e7a6f23ea (patch) | |
tree | 12e0fd22a1cd3ffde0f4520840d1e83a44db99a9 /pod/perlintern.pod | |
parent | d3c62e8b294a3a45a5d44ea83433c15b6a39a198 (diff) | |
download | perl-28a5cf3b760f8b6322a0839e3b3e060e7a6f23ea.tar.gz |
id est is i.e.
Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25229
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 3baecb45de..74006e5998 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -28,7 +28,7 @@ C<CvWEAKOUTSIDE> flag in the child. This allows us to determine under what circumstances we should decrement the refcount of the parent when freeing the child. -There is a further complication with non-closure anonymous subs (ie those +There is a further complication with non-closure anonymous subs (i.e. those that do not refer to any lexicals outside that sub). In this case, the anonymous prototype is shared rather than being cloned. This has the consequence that the parent may be freed while there are still active @@ -268,7 +268,7 @@ Found in file pad.h =item SAVECLEARSV -Clear the pointed to pad value on scope exit. (ie the runtime action of 'my') +Clear the pointed to pad value on scope exit. (i.e. the runtime action of 'my') void SAVECLEARSV (SV **svp) |