diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-10-14 14:32:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-10-14 14:32:28 +0000 |
commit | cbdea781db8a630498ba5a41c6a3d8f7af141072 (patch) | |
tree | 56877f54f1645c613fdb586d5889e34c32870a67 /Changes | |
parent | 6b29d1f5fb68d0a6bdb42e4e05f5a784ded55e44 (diff) | |
download | perl-cbdea781db8a630498ba5a41c6a3d8f7af141072.tar.gz |
Fix typo.
p4raw-id: //depot/perl@29012
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26650,7 +26650,7 @@ ____________________________________________________________________________ at the same PL_curstackinfo level. This fails in the case of SPLICE(), which pushes a new SETJMP and runops level, but not a new stackinfo level. There may be other code which does similar. - The solution is to store the current calue of PL_top_env in each + The solution is to store the current value of PL_top_env in each pushed CxEVAL, and see if it's still the same as PL_top_env when the exception is handled. Branch: perl |