From 3fda2ab14c2a2e54309fb06165a661bf947283c1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 20 Oct 1993 20:56:19 +0000 Subject: [PATCH] (MAX_LONG_TYPE_SIZE): Defined. From-SVN: r5832 --- gcc/config/convex/convex.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 4c3749e9110..9bb8e70af04 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -497,6 +497,8 @@ extern int target_flags; #define FLOAT_TYPE_SIZE 32 #define DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 64 +/* This prevents cexp.c from depending on LONG_TYPE_SIZE. */ +#define MAX_LONG_TYPE_SIZE 64 /* Declare the standard types used by builtins to match convex stddef.h -- with int rather than long. */ -- 2.30.2