(MAX_LONG_TYPE_SIZE): Defined.

From-SVN: r5832
This commit is contained in:
Richard Stallman 1993-10-20 20:56:19 +00:00
parent 0a1f8ce2d8
commit 3fda2ab14c
1 changed files with 2 additions and 0 deletions

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