From: Ilya Zakharevich Date: Tue, 18 Feb 1997 21:22:53 +0000 (+1200) Subject: When overloading, don't throw away nomethod's value X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4341a5d3f1a1f07954d027dcf9bd6a1b88364205;p=p5sagit%2Fp5-mst-13.2.git When overloading, don't throw away nomethod's value --- diff --git a/gv.c b/gv.c index b315ad8..62afd91 100644 --- 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) {