diff options
author | Aaron J. Mackey <ajm6q@virginia.edu> | 2003-06-13 04:22:05 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-06-15 19:47:21 +0000 |
commit | 38193a09e3d9a4039dcc38f793ceb9482e7346d0 (patch) | |
tree | e89b515726bf2a53e30e760476110dbe2d626989 /pp_sys.c | |
parent | c23d2014b1a223f2595b3a2dcd8277fab2a0bb38 (diff) | |
download | perl-38193a09e3d9a4039dcc38f793ceb9482e7346d0.tar.gz |
Remove all magic in untie()
Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
(plus a test case)
p4raw-id: //depot/perl@19793
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -875,8 +875,8 @@ PP(pp_untie) (UV)SvREFCNT(obj) - 1 ) ; } } - sv_unmagic(sv, how) ; } + sv_unmagic(sv, how) ; RETPUSHYES; } |