diff options
author | Zefram <zefram@fysh.org> | 2010-10-15 13:11:54 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-21 05:54:01 -0700 |
commit | e53d8f768a2bcb331fe11ed5282d228a938ce161 (patch) | |
tree | 7a753652885308a61615a5e1c4caa4b7a67ca4b3 /global.sym | |
parent | 9eb5c532bf567fdd066254fcaacf4a66722714c5 (diff) | |
download | perl-e53d8f768a2bcb331fe11ed5282d228a938ce161.tar.gz |
function to parse Perl code block
New API function parse_block() parses a code block, including surrounding
braces. The block is a lexical scope, but not inherently a dynamic scope.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index a979dc7350..b0ac7a69a4 100644 --- a/global.sym +++ b/global.sym @@ -423,6 +423,7 @@ Perl_pack_cat Perl_packlist Perl_pad_findmy Perl_pad_push +Perl_parse_block Perl_parse_fullstmt Perl_parse_stmtseq perl_alloc |