summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-10 17:06:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-10 17:07:25 -0700
commit7b70e8177801df4e142684870ce037d584f72e7b (patch)
treeb79cc4dbe5bcee4f592f94470623ce56681d3c8f /embed.fnc
parent82aed44a7f8743a102a05e4c95f4026b055322bf (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 8ab74aca7d..ee1da3540b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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