summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-30 01:24:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-30 01:24:29 +0000
commitc019660c8d223d1ce212949d8bde21e9b816e412 (patch)
tree27084fa01f1c4d691ee91b4e448185467b3e884c /embed.h
parentcadb39a9446639e3c297a768022eb9c72347992a (diff)
downloadperl-c019660c8d223d1ce212949d8bde21e9b816e412.tar.gz
More forgotten checkins.
p4raw-id: //depot/perl@13377
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 0674b75821..ca01a8d900 100644
--- a/embed.h
+++ b/embed.h
@@ -290,6 +290,7 @@
#define to_uni_upper Perl_to_uni_upper
#define to_uni_title Perl_to_uni_title
#define to_uni_lower Perl_to_uni_lower
+#define to_uni_fold Perl_to_uni_fold
#define is_uni_alnum_lc Perl_is_uni_alnum_lc
#define is_uni_alnumc_lc Perl_is_uni_alnumc_lc
#define is_uni_idfirst_lc Perl_is_uni_idfirst_lc
@@ -1810,6 +1811,7 @@
#define to_uni_upper(a,b,c) Perl_to_uni_upper(aTHX_ a,b,c)
#define to_uni_title(a,b,c) Perl_to_uni_title(aTHX_ a,b,c)
#define to_uni_lower(a,b,c) Perl_to_uni_lower(aTHX_ a,b,c)
+#define to_uni_fold(a,b,c) Perl_to_uni_fold(aTHX_ a,b,c)
#define is_uni_alnum_lc(a) Perl_is_uni_alnum_lc(aTHX_ a)
#define is_uni_alnumc_lc(a) Perl_is_uni_alnumc_lc(aTHX_ a)
#define is_uni_idfirst_lc(a) Perl_is_uni_idfirst_lc(aTHX_ a)