*** empty log message ***
[deliverable/binutils-gdb.git] / libdecnumber / decNumberLocal.h
index 891a0841c894edae4df4f62898c5a1eb3678a31a..809eaa466a22bc4050dcd6eb7b668199dee248fe 100644 (file)
@@ -44,7 +44,7 @@
 
   #include <stdlib.h>        /* for abs                              */
   #include <string.h>        /* for memset, strcpy                   */
-  #include "config.h"        /* for WORDS_BIGENDIAN                  */
+  #include "dconfig.h"       /* for WORDS_BIGENDIAN                  */
 
   /* Conditional code flag -- set this to match hardware platform     */
   /* 1=little-endian, 0=big-endian                                   */
   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            */
   #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     */
 
This page took 0.022625 seconds and 4 git commands to generate.