Fix built-in prototype of each, keys, and values
authorRafael Garcia-Suarez <rgs@consttype.org>
Wed, 21 Oct 2009 17:07:09 +0000 (19:07 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 22 Oct 2009 08:16:42 +0000 (10:16 +0200)
commit7c8178a1ff9cacd9d60d7ce9a16d7e59a0bbefff
treec6182a5b6f79315b2302ed9369d4d1d5ed9224ca
parentac9fc527315f1c14bccf21fd437798e4f7517514
Fix built-in prototype of each, keys, and values

Since those keywords can now compile to two different ops each,
the usual inspection of opflags is not sufficient for perl to
return a meaningful prototype. So we hardcode the correct return
value for 5.12 : \[@%]
pp.c
t/op/cproto.t