Commit 7e0e4b00 authored by Sergei Golubchik's avatar Sergei Golubchik

we don't support longlong less than 8 bytes

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