summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-22 23:45:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-22 23:45:35 +0000
commitb8d68ded2ba9139a0c1050157b6f240617f5dd65 (patch)
tree4a7ab7019c39ce77d5b7b83519d9767851f765d1 /handy.h
parentbc517b45fdfb539b223ef3bf8d22272436835518 (diff)
downloadperl-b8d68ded2ba9139a0c1050157b6f240617f5dd65.tar.gz
Small tweaks.
p4raw-id: //depot/perl@13856
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/handy.h b/handy.h
index 35373f4e37..c792665df9 100644
--- a/handy.h
+++ b/handy.h
@@ -428,6 +428,7 @@ Converts the specified character to lowercase.
#define toUPPER_uni(c,s,l) to_uni_upper(c,s,l)
#define toTITLE_uni(c,s,l) to_uni_title(c,s,l)
#define toLOWER_uni(c,s,l) to_uni_lower(c,s,l)
+#define toFOLD_uni(c,s,l) to_uni_fold(c,s,l)
#define isPSXSPC_uni(c) (isSPACE_uni(c) ||(c) == '\f')
#define isBLANK_uni(c) isBLANK(c) /* could be wrong */