decCommonSymbols.h: Commit.
* decCommonSymbols.h: Commit. * decDPDSybmols.h: Commit. From-SVN: r131831
This commit is contained in:
parent
346b24c0a5
commit
7fa4b30a16
libdecnumber
@ -1,5 +1,8 @@
|
||||
2008-01-25 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
* decCommonSymbols.h: Commit.
|
||||
* decDPDSybmols.h: Commit.
|
||||
|
||||
* Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.
|
||||
* decCommonSymbols.h: New file.
|
||||
* decCommon.c: Include it.
|
||||
|
9
libdecnumber/decCommonSymbols.h
Normal file
9
libdecnumber/decCommonSymbols.h
Normal file
@ -0,0 +1,9 @@
|
||||
#if !defined(DECCOMMONSYMBOLS)
|
||||
#define DECCOMMONSYMBOLS
|
||||
|
||||
#ifdef IN_LIBGCC2
|
||||
#define DECCOMBFROM __decCOMBFROM
|
||||
#define DECCOMBMSD __decCOMBMSD
|
||||
#endif
|
||||
|
||||
#endif
|
15
libdecnumber/decDPDSymbols.h
Normal file
15
libdecnumber/decDPDSymbols.h
Normal file
@ -0,0 +1,15 @@
|
||||
#if !defined(DECDPDSYMBOLS)
|
||||
#define DECDPDSYMBOLS
|
||||
|
||||
#ifdef IN_LIBGCC2
|
||||
#define BCD2DPD __decBCD2DPD
|
||||
#define BIN2BCD8 __decBIN2BCD8
|
||||
#define BIN2CHAR __decBIN2CHAR
|
||||
#define BIN2DPD __decBIN2DPD
|
||||
#define DPD2BCD8 __decDPD2BCD8
|
||||
#define DPD2BIN __decDPD2BIN
|
||||
#define DPD2BINK __decDPD2BINK
|
||||
#define DPD2BINM __decDPD2BINM
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user