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 /embed.fnc | |
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.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 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 |