summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-09 21:30:13 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commiteda9cac17f1c742273b62b039f512bc88ffb37a1 (patch)
tree0daf4270ea9e6d2d16692b4d0ed825c79d427dda /embed.fnc
parent781aab5ce76879fa60024011ffb8e9327d6d0a96 (diff)
downloadperl-eda9cac17f1c742273b62b039f512bc88ffb37a1.tar.gz
foldEQ_utf8: Add version with flags parameter
The parameter doesn't do anything yet. The old version becomes a macro calling the new version with 0 as the flags.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index cd7e187012..1174f4fa5e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -517,9 +517,12 @@ AnpP |I32 |foldEQ_locale |NN const char* a|NN const char* b|I32 len
Am |I32 |ibcmp_utf8 |NN const char *s1|NULLOK char **pe1|UV l1 \
|bool u1|NN const char *s2|NULLOK char **pe2 \
|UV l2|bool u2
-Apd |I32 |foldEQ_utf8 |NN const char *s1|NULLOK char **pe1|UV l1 \
+Amd |I32 |foldEQ_utf8 |NN const char *s1|NULLOK char **pe1|UV l1 \
|bool u1|NN const char *s2|NULLOK char **pe2 \
|UV l2|bool u2
+AMp |I32 |foldEQ_utf8_flags |NN const char *s1|NULLOK char **pe1|UV l1 \
+ |bool u1|NN const char *s2|NULLOK char **pe2 \
+ |UV l2|bool u2|U32 flags
AnpP |I32 |foldEQ_latin1 |NN const char* a|NN const char* b|I32 len
#if defined(PERL_IN_DOIO_C)
sR |bool |ingroup |Gid_t testgid|bool effective