OSDN Git Service

(MAX_LONG_TYPE_SIZE): Defined.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 1993 20:56:19 +0000 (20:56 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 1993 20:56:19 +0000 (20:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5832 138bc75d-0d04-0410-961f-82ee72b054a4

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.  */