summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-16 12:16:40 -0600
committerKarl Williamson <khw@cpan.org>2014-06-16 12:42:16 -0600
commitade1dda2a8a859ce81ebfdc2bf1b7730c929ffbc (patch)
tree3cf5de0d29c2ed24bcf874627f6803ae9290e2b1 /embed.fnc
parentf52ae22f98c2b3a10a27bca328448d9d3d416447 (diff)
downloadperl-ade1dda2a8a859ce81ebfdc2bf1b7730c929ffbc.tar.gz
PATCH: [perl #122084] BBC KARMAN/Search-Tools
The problem was that a function was defined only in PERL_CORE, and embed.fnc just needed to change to grant access outside that.
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 74b10cebe7..4d06b34a15 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -644,7 +644,7 @@ pR |OP* |invert |NULLOK OP* cmd
ApR |I32 |is_lvalue_sub
: Used in cop.h
XopR |I32 |was_lvalue_sub
-iRn |STRLEN |_is_utf8_char_slow|NN const U8 *s|NN const U8 *e
+AiMRn |STRLEN |_is_utf8_char_slow|NN const U8 *s|NN const U8 *e
ADMpPR |U32 |to_uni_upper_lc|U32 c
ADMpPR |U32 |to_uni_title_lc|U32 c
ADMpPR |U32 |to_uni_lower_lc|U32 c