diff options
author | Simon Cozens <simon@netthink.co.uk> | 2000-06-23 11:05:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-23 13:24:15 +0000 |
commit | 84393cd974926732d8916ade7acf62979478deb1 (patch) | |
tree | 70f9e17c305191943e09aed7d1eb394e601b35c3 /embed.pl | |
parent | 94414bfbc497e71da32f6edca513d34725e3cae6 (diff) | |
download | perl-84393cd974926732d8916ade7acf62979478deb1.tar.gz |
Remove tr///CU (the feature is to be obsoleted by better interfaces).
Subject: [PATCH] Eliminate tr///[CU][CU]
Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
p4raw-id: //depot/cfgperl@6221
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2048,6 +2048,8 @@ Ap |U8* |utf16_to_utf8 |U16* p|U8 *d|I32 bytelen Ap |U8* |utf16_to_utf8_reversed|U16* p|U8 *d|I32 bytelen Ap |I32 |utf8_distance |U8 *a|U8 *b Ap |U8* |utf8_hop |U8 *s|I32 off +Ap |U8* |utf8_to_bytes |U8 *s|STRLEN len +Ap |U8* |bytes_to_utf8 |U8 *s|STRLEN len Ap |UV |utf8_to_uv |U8 *s|I32* retlen Ap |U8* |uv_to_utf8 |U8 *d|UV uv p |void |vivify_defelem |SV* sv @@ -2188,8 +2190,6 @@ s |I32 |do_trans_CC_complex |SV *sv s |I32 |do_trans_UU_simple |SV *sv s |I32 |do_trans_UU_count |SV *sv s |I32 |do_trans_UU_complex |SV *sv -s |I32 |do_trans_UC_simple |SV *sv -s |I32 |do_trans_CU_simple |SV *sv s |I32 |do_trans_UC_trivial |SV *sv s |I32 |do_trans_CU_trivial |SV *sv #endif |