diff options
author | Norton T. Allen <allen@huarp.harvard.edu> | 1998-02-13 06:24:49 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-13 16:57:59 +0000 |
commit | fe5f2073f8d52fd78c5b0c0030e025731582c0a1 (patch) | |
tree | 517956152c530a93a6154c78f5afd69608e699f2 /pp_hot.c | |
parent | 7fbf1995491e949f272b62425198e9acc037df4d (diff) | |
download | perl-fe5f2073f8d52fd78c5b0c0030e025731582c0a1.tar.gz |
_58: wantarray in void context broken
p4raw-id: //depot/perl@517
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2032,8 +2032,6 @@ PP(pp_entersub) } #endif /* USE_THREADS */ - gimme = GIMME; - if (CvXSUB(cv)) { if (CvOLDSTYLE(cv)) { I32 (*fp3)_((int,int,int)); |