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.
parameter is a char or U8. This means that if called with a larger width
parameter, casts can silently truncate and yield wrong results.
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) == '_')
*/
#define isALNUM(c) (isALPHA(c) || isDIGIT(c) || (c) == '_')