The current OP that is tested in doeval() can be a require(), an
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 17 Jan 2006 19:03:51 +0000 (19:03 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 17 Jan 2006 19:03:51 +0000 (19:03 +0000)
commitae706db49f17350f7e2ed5eccdc792223f4ea020
tree51857c2d4eb8a617e7dbf4094d29dc5d5c2fa3e1
parent0acca065f2163b13d30515802579360fd8fa9d4a
The current OP that is tested in doeval() can be a require(), an
eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
sure to take into account that it's the eval-related meaning of
OPf_SPECIAL we're testing for, not the require-related one.

p4raw-id: //depot/perl@26881
pp_ctl.c