X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=handy.h;h=1f1cc531bbed0aa3362192b6afd080f809e9d49e;hb=4194d4900628023d2d8e6a71f5036d1975be36d7;hp=9ac2e296f42c63f649e8f8c096c4e6ebd4624015;hpb=a926ef6bf408292b4a3963e296e2683a36825a5e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/handy.h b/handy.h index 9ac2e29..1f1cc53 100644 --- a/handy.h +++ b/handy.h @@ -483,7 +483,7 @@ Converts the specified character to lowercase. #define isBLANK_LC_utf8(c) isBLANK(c) /* could be wrong */ #ifdef EBCDIC -# define toCTRL(c) ebcdic_control(c) +# define toCTRL(c) Perl_ebcdic_control(c) #else /* This conversion works both ways, strangely enough. */ # define toCTRL(c) (toUPPER(c) ^ 64)