File tree 3 files changed +27
-0
lines changed
3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
2008-01-25 Janis Johnson <
[email protected] >
2
2
3
+ * decCommonSymbols.h: Commit.
4
+ * decDPDSybmols.h: Commit.
5
+
3
6
* Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.
4
7
* decCommonSymbols.h: New file.
5
8
* decCommon.c: Include it.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ #if !defined(DECDPDSYMBOLS )
2
+ #define DECDPDSYMBOLS
3
+
4
+ #ifdef IN_LIBGCC2
5
+ #define BCD2DPD __decBCD2DPD
6
+ #define BIN2BCD8 __decBIN2BCD8
7
+ #define BIN2CHAR __decBIN2CHAR
8
+ #define BIN2DPD __decBIN2DPD
9
+ #define DPD2BCD8 __decDPD2BCD8
10
+ #define DPD2BIN __decDPD2BIN
11
+ #define DPD2BINK __decDPD2BINK
12
+ #define DPD2BINM __decDPD2BINM
13
+ #endif
14
+
15
+ #endif
You can’t perform that action at this time.
0 commit comments