- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
authorjbj <devnull@localhost>
Tue, 30 Dec 2003 15:02:22 +0000 (15:02 +0000)
committerjbj <devnull@localhost>
Tue, 30 Dec 2003 15:02:22 +0000 (15:02 +0000)
CVS patchset: 7049
CVS date: 2003/12/30 15:02:22

file/src/ascmagic.c

index 62ab585..c8ae7e7 100644 (file)
@@ -450,6 +450,7 @@ static unsigned char ebcdic_to_ascii[] = {
  * cases for the NEL character can be taken out of the code.
  */
 
+#ifdef UNUSED
 /*@unchecked@*/ /*@unused@*/ /*@observer@*/
 static unsigned char ebcdic_1047_to_8859[] = {
 0x00,0x01,0x02,0x03,0x9C,0x09,0x86,0x7F,0x97,0x8D,0x8E,0x0B,0x0C,0x0D,0x0E,0x0F,
@@ -469,6 +470,7 @@ static unsigned char ebcdic_1047_to_8859[] = {
 0x5C,0xF7,0x53,0x54,0x55,0x56,0x57,0x58,0x59,0x5A,0xB2,0xD4,0xD6,0xD2,0xD3,0xD5,
 0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0xB3,0xDB,0xDC,0xD9,0xDA,0x9F
 };
+#endif
 
 /*
  * Copy buf[0 ... nb-1] into out[], translating EBCDIC to ASCII.