summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-11 08:27:07 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-11 08:27:07 +0000
commit83ab10c89d3903cebff6f049c34b2bc5b410111e (patch)
tree7d31b99c284a4a2f2b9b6f69c70794d020b92cc2 /gcc/cpplib.h
parent26a2089c22a8b07b0635483fabf283ba4faae978 (diff)
downloadppe42-gcc-83ab10c89d3903cebff6f049c34b2bc5b410111e.tar.gz
ppe42-gcc-83ab10c89d3903cebff6f049c34b2bc5b410111e.zip
* cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h" and don't try to define it here. * Makefile.in (cppmain.o): Depend on machmode.h. (cpplib.o): Likewise. (cpperror.o): Likewise. (cppexp.o): Likewise. (cppfiles.o): Likewise. (cpphash.o): Likewise. (cppalloc.o): Likewise. (fix-header.o): Likewise. (scan-decls.o): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24260 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 65c286b7e18..390da10cb9b 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -668,22 +668,7 @@ typedef struct if_stack IF_STACK_FRAME;
Watch out: on some crazy hosts `long' is shorter than `int'. */
#ifndef HOST_WIDE_INT
-# if HAVE_INTTYPES_H
-# include <inttypes.h>
-# define HOST_WIDE_INT intmax_t
-# else
-# if (HOST_BITS_PER_LONG <= HOST_BITS_PER_INT \
- && HOST_BITS_PER_LONGLONG <= HOST_BITS_PER_INT)
-# define HOST_WIDE_INT int
-# else
-# if (HOST_BITS_PER_LONGLONG <= HOST_BITS_PER_LONG \
- || ! (defined LONG_LONG_MAX || defined LLONG_MAX))
-# define HOST_WIDE_INT long
-# else
-# define HOST_WIDE_INT long long
-# endif
-# endif
-# endif
+#include "machmode.h"
#endif
extern void cpp_buf_line_and_col PARAMS((cpp_buffer *, long *, long *));
OpenPOWER on IntegriCloud