diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-07-28 09:07:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-07-28 09:07:57 +0000 |
commit | eeb8d49e03ea8546042df7d6382f30f100395536 (patch) | |
tree | d21d360712d37b26eb2ecad8b6d267ae83d7a2f3 /cv.h | |
parent | 945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964 (diff) | |
download | perl-eeb8d49e03ea8546042df7d6382f30f100395536.tar.gz |
Sync change 25229 to .h source files
p4raw-id: //depot/perl@25233
Diffstat (limited to 'cv.h')
-rw-r--r-- | cv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,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 |