Force OP_REQUIRE to scalar context at the end of ck_require and don't let it become...
authorGerard Goossen <gerard@ggoossen.net>
Mon, 16 Nov 2009 12:58:24 +0000 (13:58 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sat, 21 Nov 2009 18:26:51 +0000 (19:26 +0100)
commit021f53de09926928546378b3552f9240c9241dde
treea3ba92293e96921c4787a19f8b95b0f75af94303
parent5255f1f44de85b78264e59ed3da05d4a6d3f3671
Force OP_REQUIRE to scalar context at the end of ck_require and don't let it become void context. Fixes problem with require not always being in scalar context.
op.c
pp_ctl.c
t/comp/require.t