diff options
author | DJ Delorie <dj@redhat.com> | 2008-01-25 19:05:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2008-01-25 19:05:44 +0000 |
commit | 7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6 (patch) | |
tree | 10261555be1bda7573059ee0d11ad4bc10685205 /libdecnumber/dpd/decimal64.c | |
parent | 29183214f76feddb120c91c2f0dfffcf961b6f69 (diff) | |
download | binutils-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.zip binutils-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.tar.gz binutils-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.tar.bz2 |
merge from gcc
Diffstat (limited to 'libdecnumber/dpd/decimal64.c')
-rw-r--r-- | libdecnumber/dpd/decimal64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libdecnumber/dpd/decimal64.c b/libdecnumber/dpd/decimal64.c index 359214e..c3617c4 100644 --- a/libdecnumber/dpd/decimal64.c +++ b/libdecnumber/dpd/decimal64.c @@ -49,10 +49,6 @@ #include "decimal64.h" /* our primary include */ /* Utility routines and tables [in decimal64.c]; externs for C++ */ -/* DPD2BIN and the reverse are renamed to prevent link-time conflict */ -/* if decQuad is also built in the same executable */ -#define DPD2BIN DPD2BINx -#define BIN2DPD BIN2DPDx extern const uInt COMBEXP[32], COMBMSD[32]; extern const uShort DPD2BIN[1024]; extern const uShort BIN2DPD[1000]; |