Allow prototypes (_@) and (_%)
authorRafael Garcia-Suarez <rgs@consttype.org>
Fri, 27 Jan 2012 09:23:12 +0000 (10:23 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 27 Jan 2012 09:23:12 +0000 (10:23 +0100)
commit34daab0fa047b2849547189ae5f48b276658af01
tree055f01d40f5578da8c21a22e3ce4fad400f29722
parentcc2cb33e7c6571bb162ba54eeb5765e0edcd76d1
Allow prototypes (_@) and (_%)

Those will be equivalent to (_;@) and (_;%) ; since perlsub already
states that the semicolon is redundant before @ and % this is in
line with the existing documentation.
op.c
pod/perlsub.pod
t/comp/uproto.t
toke.c