aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libdecnumber/decCommonSymbols.h
blob: ee01652f26f7d2ed89a95b575be4a07545e5412f (plain)
1
2
3
4
5
6
7
8
9
#if !defined(DECCOMMONSYMBOLS)
#define DECCOMMONSYMBOLS

#ifdef IN_LIBGCC2
#define DECCOMBFROM __decCOMBFROM
#define DECCOMBMSD __decCOMBMSD
#endif

#endif