summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-12-06 00:25:07 -0500
committerGurusamy Sarathy <gsar@cpan.org>1997-12-23 21:09:32 +0000
commitc7cc6f1c203c4e65db1c0f5cee7626570fbf65fd (patch)
tree451855502d0858b54eb708f31f21fbb50e81a8e7 /op.c
parent53868620ef784266377b575754b281428137c6b0 (diff)
downloadperl-c7cc6f1c203c4e65db1c0f5cee7626570fbf65fd.tar.gz
[win32] Trivial bugfix#2 from local repository
Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu> Subject: Re: eval of sub gives spurious "uninitialised" warning p4raw-id: //depot/win32/perl@382
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/op.c b/op.c
index d508bfba5f..ff1778953c 100644
--- a/op.c
+++ b/op.c
@@ -3873,6 +3873,8 @@ ck_eval(OP *o)
enter->op_other = o;
return o;
}
+ else
+ scalar(kid);
}
else {
op_free(o);