summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-25 18:52:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-25 18:52:30 +0000
commitfcc8fcf67e5ea5f08178c9ac86509bc972ef38ff (patch)
treec1e1979344ade58a2413d5700ea4ecba54b6afbe /embed.pl
parent5bbb0b5ac8fdf0a5cc17b4f7b9199f9e3d7db4b6 (diff)
downloadperl-fcc8fcf67e5ea5f08178c9ac86509bc972ef38ff.tar.gz
Allow poking holes at the UTF-8 decoding strictness.
p4raw-id: //depot/perl@7438
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 1148ad1a57..8f80bbfcaf 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2075,7 +2075,7 @@ Ap |U8* |utf8_hop |U8 *s|I32 off
ApM |U8* |utf8_to_bytes |U8 *s|STRLEN *len
ApM |U8* |bytes_to_utf8 |U8 *s|STRLEN *len
Ap |UV |utf8_to_uv |U8 *s|STRLEN* retlen
-Ap |UV |utf8_to_uv_chk |U8 *s|STRLEN curlen|STRLEN* retlen|bool checking
+Ap |UV |utf8_to_uv_chk |U8 *s|STRLEN curlen|STRLEN* retlen|U32 flags
Ap |U8* |uv_to_utf8 |U8 *d|UV uv
p |void |vivify_defelem |SV* sv
p |void |vivify_ref |SV* sv|U32 to_what