#define HOST_BITS_PER_LONGLONG 64

This commit is contained in:
thorpej 2002-04-02 07:28:23 +00:00
parent dbb8bddd9c
commit ef861642cb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#define HOST_BITS_PER_SHORT 16
#define HOST_BITS_PER_INT 32
#define HOST_BITS_PER_LONG 32
#define HOST_BITS_PER_LONGLONG 64
/* If compiled with GNU C, use the built-in alloca. */
#ifdef __GNUC__