diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-10 17:06:58 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-10 17:07:25 -0700 |
commit | 7b70e8177801df4e142684870ce037d584f72e7b (patch) | |
tree | b79cc4dbe5bcee4f592f94470623ce56681d3c8f | |
parent | 82aed44a7f8743a102a05e4c95f4026b055322bf (diff) | |
download | perl-7b70e8177801df4e142684870ce037d584f72e7b.tar.gz |
Export Perl_was_lvalue_sub
As Craig Berry pointed out, the multicall API uses the PUSHSUB macro,
so anything it calls must be exported.
-rw-r--r-- | embed.fnc | 2 | ||||
-rw-r--r-- | global.sym | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -546,7 +546,7 @@ p |bool |io_close |NN IO* io|bool not_implicit pR |OP* |invert |NULLOK OP* cmd ApR |I32 |is_lvalue_sub : Used in cop.h -pR |I32 |was_lvalue_sub +XpR |I32 |was_lvalue_sub ApPR |U32 |to_uni_upper_lc|U32 c ApPR |U32 |to_uni_title_lc|U32 c ApPR |U32 |to_uni_lower_lc|U32 c diff --git a/global.sym b/global.sym index d0f92fad96..3d52f63eb3 100644 --- a/global.sym +++ b/global.sym @@ -775,6 +775,7 @@ Perl_vwarner Perl_warn Perl_warn_sv Perl_warner +Perl_was_lvalue_sub Perl_whichsig Perl_xs_apiversion_bootcheck Perl_xs_version_bootcheck |