Commit 64bba146 authored by Wayne Davison's avatar Wayne Davison

Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.

parent 638e1065
......@@ -139,7 +139,7 @@
#define LDOUBLE double
#endif
#ifdef HAVE_LONG_LONG
#if SIZEOF_LONG_LONG
#define LLONG long long
#else
#define LLONG long
......
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