From: Bruno Haible Date: Mon, 26 Jun 2006 19:49:51 +0000 (+0000) Subject: Make comment more precise. X-Git-Tag: cvs-readonly~2316 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=26ecc90b73df5380d4c624f54b0b9556ac184089;p=gnulib.git Make comment more precise. --- diff --git a/lib/stdint_.h b/lib/stdint_.h index 8f96168af..3afdfaecd 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