diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-09-26 08:55:14 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-10-01 09:58:09 -0600 |
commit | 3509bb5348ee7236c48c4541300dc95ecf9147a1 (patch) | |
tree | fa8e58e4654042ea6239a7a5abd1f11f58f7009d /handy.h | |
parent | 7d7a6efc88f38442c73da47646216496c17de4db (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |