Commit 7fa4b30a by Janis Johnson Committed by Janis Johnson

decCommonSymbols.h: Commit.

        * decCommonSymbols.h: Commit.
        * decDPDSybmols.h: Commit.

From-SVN: r131831
parent 346b24c0
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.
......
#if !defined(DECCOMMONSYMBOLS)
#define DECCOMMONSYMBOLS
#ifdef IN_LIBGCC2
#define DECCOMBFROM __decCOMBFROM
#define DECCOMBMSD __decCOMBMSD
#endif
#endif
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment