Daily bump.
[official-gcc.git] / libdecnumber / dpd / decimal64Symbols.h
blobcf965bf5bd8d0d58128f2e60682a7d35ed6d1b7b
1 #if !defined(DECIMAL64SYMBOLS)
2 #define DECIMAL64SYMBOLS
4 #ifdef IN_LIBGCC2
5 #define decDigitsFromDPD __decDigitsFromDPD
6 #define decDigitsToDPD __decDigitsToDPD
7 #define decimal64Canonical __decimal64Canonical
8 #define decimal64FromNumber __decimal64FromNumber
9 #define decimal64FromString __decimal64FromString
10 #define decimal64IsCanonical __decimal64IsCanonical
11 #define decimal64ToEngString __decimal64ToEngString
12 #define decimal64ToNumber __decimal64ToNumber
13 #define decimal64ToString __decimal64ToString
14 #endif
16 #endif