From eda9cac17f1c742273b62b039f512bc88ffb37a1 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 9 Feb 2011 21:30:13 -0700 Subject: 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. --- embed.fnc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'embed.fnc') 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 -- cgit v1.2.1