we don't support longlong less than 8 bytes

This commit is contained in:
Sergei Golubchik 2011-02-23 18:43:29 +01:00
parent 8fafe0f89b
commit 7e0e4b00c9

View file

@ -830,10 +830,10 @@ typedef SOCKET_SIZE_TYPE size_socket;
#define strtok_r(A,B,C) strtok((A),(B))
#endif
/* This is from the old m-machine.h file */
#if SIZEOF_LONG_LONG > 4
#if SIZEOF_LONG_LONG >= 8
#define HAVE_LONG_LONG 1
#else
#error WHAT? sizeof(long long) < 8 ???
#endif
/*