From 26ecc90b73df5380d4c624f54b0b9556ac184089 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 26 Jun 2006 19:49:51 +0000 Subject: [PATCH] Make comment more precise. --- lib/stdint_.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdint_.h b/lib/stdint_.h index 8f96168af8..3afdfaecd8 100644 --- a/lib/stdint_.h +++ b/lib/stdint_.h @@ -26,7 +26,7 @@ /* Get wchar_t, WCHAR_MIN, WCHAR_MAX. */ #include -/* Some systems define WCHAR_MIN, WCHAR_MAX in , not . */ +/* BSD/OS 4.2 defines WCHAR_MIN, WCHAR_MAX in , not . */ #if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && @HAVE_WCHAR_H@ # include #endif -- 2.30.2