Commit a28528f2 by Charles Hannum

entered into RCS

From-SVN: r1094
parent d6020413
......@@ -67,7 +67,7 @@
#undef ULONG_MAX
#define ULONG_MAX 4294967295UL
#if !defined (__STRICT_ANSI__) || defined (_GNU_SOURCE)
#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
/* Minimum and maximum values a `signed long long int' can hold. */
#undef LONG_LONG_MIN
#define LONG_LONG_MIN (-LONG_LONG_MAX-1)
......
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