(MAX_LONG_TYPE_SIZE): Defined.
authorRichard Stallman <rms@gnu.org>
Wed, 20 Oct 1993 20:56:19 +0000 (20:56 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 20 Oct 1993 20:56:19 +0000 (20:56 +0000)
From-SVN: r5832

gcc/config/convex/convex.h

index 4c3749e..9bb8e70 100644 (file)
@@ -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.  */