changeset 6870:26528749c48b

Make comment more precise.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Jun 2006 19:49:51 +0000
parents 472b8fa00b53
children 3f3ba5c21147
files lib/stdint_.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stdint_.h
+++ b/lib/stdint_.h
@@ -26,7 +26,7 @@
 
 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX.  */
 #include <stddef.h>
-/* Some systems define WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>.  */
+/* BSD/OS 4.2 defines WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>.  */
 #if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && @HAVE_WCHAR_H@
 # include <wchar.h>
 #endif