This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Add missing isASCII_L1 macro
authorKarl Williamson <public@khwilliamson.com>
Mon, 26 Sep 2011 14:55:14 +0000 (08:55 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:09 +0000 (09:58 -0600)
This macro is in the pod, but never got defined.

handy.h

diff --git a/handy.h b/handy.h
index 374926f..0dc7c0c 100644 (file)
--- 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 */