summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-08-01 12:29:54 -0600
committerSteffen Mueller <smueller@cpan.org>2010-08-02 09:25:46 +0200
commit62fa66b637dfce8159bff7b1c8bc032110968df5 (patch)
tree628e96fd02974eade4ef90720015a0fd74e39923 /handy.h
parent8ac9a371922798505c2c859bb0d50e557b4c085e (diff)
downloadperl-62fa66b637dfce8159bff7b1c8bc032110968df5.tar.gz
handy.h: Note Devel::PPPort has duplicated macros
If a bug is found in the handy.h macros, it may be necessary to fix the duplicates in the cpan module. This may require filing a bug report there.
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/handy.h b/handy.h
index 3d2d46a394..d6205c52fc 100644
--- a/handy.h
+++ b/handy.h
@@ -468,6 +468,9 @@ NOTE: Since some of these are macros, there is no check in those that the
parameter is a char or U8. This means that if called with a larger width
parameter, casts can silently truncate and yield wrong results.
+Also note that these macros are repeated in Devel::PPPort, so should also be
+patched there. The file as of this writing is cpan/Devel-PPPort/parts/inc/misc
+
*/
#define isALNUM(c) (isALPHA(c) || isDIGIT(c) || (c) == '_')