Mercurial > hg > CbC > CbC_gcc
annotate libdecnumber/decDPDSymbols.h @ 0:a06113de4d67
first commit
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Jul 2009 14:47:48 +0900 |
parents | |
children |
rev | line source |
---|---|
0 | 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 |