This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Macroify the block_hooks structure.
authorBen Morrow <ben@morrow.me.uk>
Mon, 7 Dec 2009 11:52:23 +0000 (11:52 +0000)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 12 Jul 2010 08:40:47 +0000 (10:40 +0200)
commit52db365a88f7ab3b9b091f983a05054164499982
treeb4c8cfb606ca59bff9d00fd9263e797771fb5e3e
parent03569ecfc8c82939dcc47b586a8e22c613c158b2
Macroify the block_hooks structure.

Add a flags member, so it can be extended later if necessary. Add a
bhk_eval member, called from doeval to catch requires and string evals.
ext/XS-APItest/APItest.xs
op.h
perl.h
pp_ctl.c