From c7f1f0165ac822994a67426c2d8003c3974e49ef Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Sun, 11 Mar 2001 19:39:34 +0000 Subject: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former. Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs. p4raw-id: //depot/perlio@9105 --- utf8.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index 450138af56..7302bb77e2 100644 --- a/utf8.c +++ b/utf8.c @@ -253,11 +253,7 @@ Perl_utf8n_to_uvuni(pTHX_ U8* s, STRLEN curlen, STRLEN* retlen, U32 flags) { UV uv = *s, ouv; STRLEN len = 1; -#ifdef EBCDIC - bool dowarn = 0; -#else bool dowarn = ckWARN_d(WARN_UTF8); -#endif STRLEN expectlen = 0; U32 warning = 0; -- cgit v1.2.1