diff options
author | Ben Morrow <ben@morrow.me.uk> | 2009-12-07 11:52:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-12 10:40:47 +0200 |
commit | 52db365a88f7ab3b9b091f983a05054164499982 (patch) | |
tree | b4c8cfb606ca59bff9d00fd9263e797771fb5e3e /perl.h | |
parent | 03569ecfc8c82939dcc47b586a8e22c613c158b2 (diff) | |
download | perl-52db365a88f7ab3b9b091f983a05054164499982.tar.gz |
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.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2385,6 +2385,8 @@ typedef struct padop PADOP; typedef struct pvop PVOP; typedef struct loop LOOP; +typedef struct block_hooks BHK; + typedef struct interpreter PerlInterpreter; /* Amdahl's <ksync.h> has struct sv */ |