diff options
author | Ilya Zakharevich <ilya@math.ohio-state.edu> | 1997-02-19 09:22:53 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-02-22 04:41:00 +1200 |
commit | 4341a5d3f1a1f07954d027dcf9bd6a1b88364205 (patch) | |
tree | 2720f838405b04aced9205143cbc998ceeec203b /gv.c | |
parent | fd18d3085cbff355971e001ffa7fcc9cdfc2d57a (diff) | |
download | perl-4341a5d3f1a1f07954d027dcf9bd6a1b88364205.tar.gz |
When overloading, don't throw away nomethod's value
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1316,11 +1316,6 @@ int flags; res=POPs; PUTBACK; - if (notfound) { - /* sv_2mortal(res); */ - return NULL; - } - if (postpr) { int ans; switch (method) { |