diff options
author | Ben Morrow <ben@morrow.me.uk> | 2009-12-07 12:55:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-12 10:40:47 +0200 |
commit | bb6c22e795117e6d984471c0be74c8b3302b3b9a (patch) | |
tree | e4fd879b498c3df488403078ee2a97e48ec7ca5e /global.sym | |
parent | 52db365a88f7ab3b9b091f983a05054164499982 (diff) | |
download | perl-bb6c22e795117e6d984471c0be74c8b3302b3b9a.tar.gz |
Wrap PL_blockhooks in an API function.
This should help prevent people from thinking they can get cute with the
contents.
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 f7fb28df10..db01b92891 100644 --- a/global.sym +++ b/global.sym @@ -56,6 +56,7 @@ Perl_av_unshift Perl_av_arylen_p Perl_av_iter_p Perl_block_gimme +Perl_blockhook_register Perl_call_list Perl_cast_ulong Perl_cast_i32 |