diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-11 17:06:42 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-11 17:06:42 +0000 |
commit | aafff66954453d6e5e8dd53a9bd5a92d313fca17 (patch) | |
tree | c13ebf733659e1221169c62cca3fa69cd67d691c /gcc/config/h8300/h8300.h | |
parent | b8d28ccfbc3417c63d0dcef2e65078c66e612924 (diff) | |
download | ppe42-gcc-aafff66954453d6e5e8dd53a9bd5a92d313fca17.tar.gz ppe42-gcc-aafff66954453d6e5e8dd53a9bd5a92d313fca17.zip |
(CPP_PREDEFINES): Delete _DOUBLE_IS_32BITS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10963 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.h')
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index dfe04d1252b..a22a9848974 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -36,7 +36,7 @@ extern char **h8_reg_names; /* Names to predefine in the preprocessor for this target machine. */ #define CPP_PREDEFINES \ -"-D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L -D_DOUBLE_IS_32BITS" +"-D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L" #define CPP_SPEC \ "%{!mh:-D__H8300__} %{mh:-D__H8300H__} \ |