From: Bruno Haible Date: Sun, 18 Apr 2010 20:01:05 +0000 (+0200) Subject: Doc tweak. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595908ce2787a1884fae58f564326ae896f1d711;p=pspp Doc tweak. --- diff --git a/ChangeLog b/ChangeLog index 0b90da060e..294e00b234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-18 Bruno Haible + + * doc/posix-headers/stdbool.texi: More precise wording. + 2010-04-17 Jim Meyering maint.mk: use gnu-style indentation in an embedded perl script diff --git a/doc/posix-headers/stdbool.texi b/doc/posix-headers/stdbool.texi index 990c17be7b..78ccfc3fd7 100644 --- a/doc/posix-headers/stdbool.texi +++ b/doc/posix-headers/stdbool.texi @@ -28,6 +28,6 @@ Casts and automatic conversions to @samp{bool} don't test against the zero value or the null pointer, as they should. Such casts should only be used if the casted value is known to be equal to 0 or 1. @item -You cannot assume that casting floating point to @samp{bool} will +You cannot assume that casting a floating point literal to @samp{bool} will result in a constant expression. @end itemize