xref: /dflybsd-src/contrib/gcc-4.7/libdecnumber/decCommonSymbols.h (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*e4b17023SJohn Marino #if !defined(DECCOMMONSYMBOLS)
2*e4b17023SJohn Marino #define DECCOMMONSYMBOLS
3*e4b17023SJohn Marino 
4*e4b17023SJohn Marino #ifdef IN_LIBGCC2
5*e4b17023SJohn Marino #define DECCOMBFROM __decCOMBFROM
6*e4b17023SJohn Marino #define DECCOMBMSD __decCOMBMSD
7*e4b17023SJohn Marino #endif
8*e4b17023SJohn Marino 
9*e4b17023SJohn Marino #endif
10