Commit 3fda2ab1 by Richard Stallman

(MAX_LONG_TYPE_SIZE): Defined.

From-SVN: r5832
parent 0a1f8ce2
...@@ -497,6 +497,8 @@ extern int target_flags; ...@@ -497,6 +497,8 @@ extern int target_flags;
#define FLOAT_TYPE_SIZE 32 #define FLOAT_TYPE_SIZE 32
#define DOUBLE_TYPE_SIZE 64 #define DOUBLE_TYPE_SIZE 64
#define LONG_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 -- /* Declare the standard types used by builtins to match convex stddef.h --
with int rather than long. */ with int rather than long. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment