diff options
author | Karl Williamson <khw@cpan.org> | 2014-06-16 12:16:40 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-06-16 12:42:16 -0600 |
commit | ade1dda2a8a859ce81ebfdc2bf1b7730c929ffbc (patch) | |
tree | 3cf5de0d29c2ed24bcf874627f6803ae9290e2b1 /embed.fnc | |
parent | f52ae22f98c2b3a10a27bca328448d9d3d416447 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |