merge from gcc
[binutils-gdb.git] / libdecnumber / dpd / decimal128.c
index 6aa98b5a21de9a6af03a1f23dc017861848019b9..0e32ceb181c68b654eee6ba47fdfcb16bd0d168a 100644 (file)
 #include "decimal128.h"              /* our primary include */
 
 /* Utility routines and tables [in decimal64.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];     /* [not used] */