entered into RCS

From-SVN: r1094
This commit is contained in:
Charles Hannum 1992-05-27 04:36:59 +00:00
parent d602041370
commit a28528f266
1 changed files with 1 additions and 1 deletions

View File

@ -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)