summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 18:04:17 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 18:04:17 +0000
commit038e8d3c44243c2a2ae7cca24ca6b3918f23f942 (patch)
tree3c719af9fd29828ee0dd15686a3125699c15db45 /embed.fnc
parent4eef6d8d75c055d9416392015dd5f1e09e69fc3f (diff)
downloadperl-038e8d3c44243c2a2ae7cca24ca6b3918f23f942.tar.gz
Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
to uvuni_to_utf8_flags(). Move the old body to mathoms.c p4raw-id: //depot/perl@25905
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 819163fef3..0d6bce4b31 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -860,7 +860,7 @@ Apd |UV |utf8_to_uvuni |NN const U8 *s|NULLOK STRLEN *retlen
Adp |UV |utf8n_to_uvchr |NN const U8 *s|STRLEN curlen|NULLOK STRLEN *retlen|U32 flags
Adp |UV |utf8n_to_uvuni |NN const U8 *s|STRLEN curlen|NULLOK STRLEN *retlen|U32 flags
Apd |U8* |uvchr_to_utf8 |NN U8 *d|UV uv
-Ap |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
+Apbm |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
Ap |U8* |uvchr_to_utf8_flags |NN U8 *d|UV uv|UV flags
Apd |U8* |uvuni_to_utf8_flags |NN U8 *d|UV uv|UV flags
Apd |char* |pv_uni_display |NN SV *dsv|NN const U8 *spv|STRLEN len|STRLEN pvlim|UV flags