summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-26 08:55:14 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:58:09 -0600
commit3509bb5348ee7236c48c4541300dc95ecf9147a1 (patch)
treefa8e58e4654042ea6239a7a5abd1f11f58f7009d /handy.h
parent7d7a6efc88f38442c73da47646216496c17de4db (diff)
downloadperl-3509bb5348ee7236c48c4541300dc95ecf9147a1.tar.gz
handy.h: Add missing isASCII_L1 macro
This macro is in the pod, but never got defined.
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 374926f97c..0dc7c0ca38 100644
--- a/handy.h
+++ b/handy.h
@@ -589,6 +589,7 @@ patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc
#endif
#define isASCII_A(c) isASCII(c)
+#define isASCII_L1(c) isASCII(c)
/* ASCII range only */
#ifdef H_PERL /* If have access to perl.h, lookup in its table */