X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Febcdic.c;h=1248cba2607026a5cd5c8d5dc749d1e786a6f9dd;hp=fd6df92b468b00295823f69596657009ee29e94e;hb=330fad61af7323d5cf786fa76c7b31b4e4cac413;hpb=c25dea53e9db2b4956c315f85dae3f1c2854fd2b diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c index fd6df92b46..1248cba260 100644 --- a/crypto/ebcdic.c +++ b/crypto/ebcdic.c @@ -1,15 +1,11 @@ -/* crypto/ebcdic.c */ - -#ifndef CHARSET_EBCDIC # include -# if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX) || defined(__clang__) -static void *dummy = &dummy; -# endif - -#else /* CHARSET_EBCDIC */ +#ifndef CHARSET_EBCDIC +NON_EMPTY_TRANSLATION_UNIT +#else # include "ebcdic.h" + /*- * Initial Port for Apache-1.3 by * Adapted for OpenSSL-0.9.4 by @@ -173,7 +169,7 @@ const unsigned char os_toebcdic[256] = { * systems. It is a modified version of the BS2000 table. * * Bijective EBCDIC (character set IBM-1047) to US-ASCII table: This table is - * bijective - there are no ambigous or duplicate characters. + * bijective - there are no ambiguous or duplicate characters. */ const unsigned char os_toascii[256] = { 0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f, /* 00-0f: */