projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbf199
)
_58: wantarray in void context broken
author
Norton T. Allen
<allen@huarp.harvard.edu>
Fri, 13 Feb 1998 11:24:49 +0000
(06:24 -0500)
committer
Malcolm Beattie
<mbeattie@sable.ox.ac.uk>
Fri, 13 Feb 1998 16:57:59 +0000
(16:57 +0000)
p4raw-id: //depot/perl@517
pp_hot.c
patch
|
blob
|
history
diff --git
a/pp_hot.c
b/pp_hot.c
index
1815b66
..
2bb1cb7
100644
(file)
--- 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));