aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decNumberLocal.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-01-25 19:05:44 +0000
committerDJ Delorie <dj@redhat.com>2008-01-25 19:05:44 +0000
commit7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6 (patch)
tree10261555be1bda7573059ee0d11ad4bc10685205 /libdecnumber/decNumberLocal.h
parent29183214f76feddb120c91c2f0dfffcf961b6f69 (diff)
downloadfsf-binutils-gdb-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.zip
fsf-binutils-gdb-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.tar.gz
fsf-binutils-gdb-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.tar.bz2
merge from gcc
Diffstat (limited to 'libdecnumber/decNumberLocal.h')
-rw-r--r--libdecnumber/decNumberLocal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdecnumber/decNumberLocal.h b/libdecnumber/decNumberLocal.h
index 891a084..c07e8cd 100644
--- a/libdecnumber/decNumberLocal.h
+++ b/libdecnumber/decNumberLocal.h
@@ -100,6 +100,7 @@
extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
extern const uInt DECPOWERS[10]; /* powers of ten table */
/* The following are included from decDPD.h */
+#include "decDPDSymbols.h"
extern const uShort DPD2BIN[1024]; /* DPD -> 0-999 */
extern const uShort BIN2DPD[1000]; /* 0-999 -> DPD */
extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
@@ -325,6 +326,7 @@
#define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000)
/* Shared lookup tables */
+#include "decCommonSymbols.h"
extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */