xref: /netbsd-src/external/gpl3/gcc/dist/libdecnumber/decCommonSymbols.h (revision b49cc1491953ef2348eff9c84520ffd0678a5c8d)
1 #if !defined(DECCOMMONSYMBOLS)
2 #define DECCOMMONSYMBOLS
3 
4 #ifdef IN_LIBGCC2
5 #define DECCOMBFROM __decCOMBFROM
6 #define DECCOMBMSD __decCOMBMSD
7 #endif
8 
9 #endif
10