merge from gcc
[deliverable/binutils-gdb.git] / libdecnumber / dpd / decimal64.c
index 359214e5dbe1cc6ac7339824688894a64e036fff..c3617c46c088a3cf14bfb41801e0695c6bb6b3ae 100644 (file)
 #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];
This page took 0.029452 seconds and 4 git commands to generate.