From 2e2b138be7ff9b2f910a6bed5935c7904ebeb7d4 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 11 Jan 1996 17:06:42 +0000 Subject: [PATCH] (CPP_PREDEFINES): Delete _DOUBLE_IS_32BITS. From-SVN: r10963 --- gcc/config/h8300/h8300.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__} \ -- 2.30.2