From b1aa0ba527b758558ff81344d8eb0e173a00f6ae Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Tue, 18 May 2004 16:04:57 +0000 Subject: should define WINT_M{AX,IN} independent from whether WCHAR_MIN is defined. Otherwise first including and then leads to no WINT_M{AX,IN} at all. PR: 64956 Approved by: das (mentor) --- sys/sparc64/include/_stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64/include/_stdint.h') diff --git a/sys/sparc64/include/_stdint.h b/sys/sparc64/include/_stdint.h index 85dafeacf16a..1aed3e3b4efc 100644 --- a/sys/sparc64/include/_stdint.h +++ b/sys/sparc64/include/_stdint.h @@ -160,11 +160,11 @@ /* Limits of wchar_t. */ #define WCHAR_MIN INT32_MIN #define WCHAR_MAX INT32_MAX +#endif /* Limits of wint_t. */ #define WINT_MIN INT32_MIN #define WINT_MAX INT32_MAX -#endif #endif /* !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) */ -- cgit v1.2.3