projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fd18d30
)
When overloading, don't throw away nomethod's value
Ilya Zakharevich [Tue, 18 Feb 1997 21:22:53 +0000 (09:22 +1200)]
gv.c
patch
|
blob
|
blame
|
history
diff --git
a/gv.c
b/gv.c
index
b315ad8
..
62afd91
100644
(file)
--- a/
gv.c
+++ b/
gv.c
@@
-1316,11
+1316,6
@@
int flags;
res=POPs;
PUTBACK;
- if (notfound) {
- /* sv_2mortal(res); */
- return NULL;
- }
-
if (postpr) {
int ans;
switch (method) {