defs.h (TARGET_LONG_LONG_BIT): New macro.

This commit is contained in:
Jim Kingdon 1991-04-26 23:05:38 +00:00
parent ea9cdf62c6
commit d166df9b4e
1 changed files with 6 additions and 0 deletions

View File

@ -175,4 +175,10 @@ char *baud_rate;
#define TARGET_CHAR_BIT 8
#endif
/* Number of bits in a long long or unsigned long long
for the target machine. */
#if !defined (TARGET_LONG_LONG_BIT)
#define TARGET_LONG_LONG_BIT 64
#endif
#endif /* no DEFS_H */