From 9417de2876407aeb90b5b4289d24e3783c0b539c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Feb 2011 12:52:42 +0100 Subject: [PATCH] stdint: Update documentation. * doc/posix-headers/stdint.texi: Mention WCHAR_MIN, WCHAR_MAX problem. --- ChangeLog | 5 +++++ doc/posix-headers/stdint.texi | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3cc41e6cc2..e3804dc8da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-02-19 Bruno Haible + + stdint: Update documentation. + * doc/posix-headers/stdint.texi: Mention WCHAR_MIN, WCHAR_MAX problem. + 2011-02-18 Paul Eggert stdint: omit redundant check for wchar.h diff --git a/doc/posix-headers/stdint.texi b/doc/posix-headers/stdint.texi index 55e4ebfcae..a9c36dff89 100644 --- a/doc/posix-headers/stdint.texi +++ b/doc/posix-headers/stdint.texi @@ -23,6 +23,10 @@ mingw. The values of @code{INT8_MAX}, @code{UINT8_MAX} etc. are not usable in preprocessor expressions on some platforms: HP-UX 11.23. +@item +The macros @code{WCHAR_MIN} and @code{WCHAR_MAX} are not defined in +@code{} (only in @code{}) on some platforms: +Dragonfly, BSDI. @end itemize Portability problems not fixed by Gnulib: -- 2.30.2