summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-19 21:29:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-19 21:29:49 +0000
commitb7ac61fa5d327fda6245237df40413642e6fdb6b (patch)
treec893d53fb193140830b2a5f72b309d58d15cc513 /embed.pl
parentdc65699314ca1b70eb400580819ad6d85895755d (diff)
downloadperl-b7ac61fa5d327fda6245237df40413642e6fdb6b.tar.gz
Some bincompat clawbacks.
p4raw-id: //depot/perl@13813
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 91c2ac0331..74fd9a537c 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1344,7 +1344,10 @@ Ap |char* |instr |const char* big|const char* little
p |bool |io_close |IO* io|bool not_implicit
p |OP* |invert |OP* cmd
dp |bool |is_gv_magical |char *name|STRLEN len|U32 flags
-p |I32 |is_lvalue_sub
+Ap |I32 |is_lvalue_sub
+Ap |U32 |to_uni_upper_lc|U32 c
+Ap |U32 |to_uni_title_lc|U32 c
+Ap |U32 |to_uni_lower_lc|U32 c
Ap |bool |is_uni_alnum |UV c
Ap |bool |is_uni_alnumc |UV c
Ap |bool |is_uni_idfirst |UV c