summaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-30 15:02:22 +0000
committerjbj <devnull@localhost>2003-12-30 15:02:22 +0000
commit60a6f22facd168a8e428d39ede7ad730296bed4c (patch)
tree5047398fdd12065cb35a52569b5f14b7e1479b12 /file
parentb1069869998cc7f4e0b4e50309fbe0482b638445 (diff)
downloadlibrpm-tizen-60a6f22facd168a8e428d39ede7ad730296bed4c.tar.gz
librpm-tizen-60a6f22facd168a8e428d39ede7ad730296bed4c.tar.bz2
librpm-tizen-60a6f22facd168a8e428d39ede7ad730296bed4c.zip
- use -fPIC -DPIC on all platforms, not just mandatory (#112713).
CVS patchset: 7049 CVS date: 2003/12/30 15:02:22
Diffstat (limited to 'file')
-rw-r--r--file/src/ascmagic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/file/src/ascmagic.c b/file/src/ascmagic.c
index 62ab5856b..c8ae7e773 100644
--- a/file/src/ascmagic.c
+++ b/file/src/ascmagic.c
@@ -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.