This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7a6ef
)
handy.h: Add missing isASCII_L1 macro
author
Karl Williamson
<public@khwilliamson.com>
Mon, 26 Sep 2011 14:55:14 +0000
(08:55 -0600)
committer
Karl 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
patch
|
blob
|
blame
|
history
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 */