summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorNorton T. Allen <allen@huarp.harvard.edu>1998-02-13 06:24:49 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-13 16:57:59 +0000
commitfe5f2073f8d52fd78c5b0c0030e025731582c0a1 (patch)
tree517956152c530a93a6154c78f5afd69608e699f2 /pp_hot.c
parent7fbf1995491e949f272b62425198e9acc037df4d (diff)
downloadperl-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 1815b66eb5..2bb1cb7a49 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2032,8 +2032,6 @@ PP(pp_entersub)
}
#endif /* USE_THREADS */
- gimme = GIMME;
-
if (CvXSUB(cv)) {
if (CvOLDSTYLE(cv)) {
I32 (*fp3)_((int,int,int));