From: Richard Stallman Date: Wed, 20 Oct 1993 20:56:19 +0000 (+0000) Subject: (MAX_LONG_TYPE_SIZE): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fda2ab14c2a2e54309fb06165a661bf947283c1;p=gcc.git (MAX_LONG_TYPE_SIZE): Defined. From-SVN: r5832 --- 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. */