diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-25 17:59:53 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-25 17:59:53 +0000 |
commit | fb54173c01796b37b2259a6538d910d610b2edbb (patch) | |
tree | 455db285bf63b05de015837cbe37ff9515ad4862 /hv.c | |
parent | fb5f0bdfbc514e819b0711dc92c143ae577ceca0 (diff) | |
download | perl-fb54173c01796b37b2259a6538d910d610b2edbb.tar.gz |
Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
p4raw-id: //depot/perl@301
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -233,7 +233,6 @@ bool *needs_store; case 'I': case 'S': *needs_store = FALSE; - default: } } mg = mg->mg_moremagic; |