From 595908ce2787a1884fae58f564326ae896f1d711 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 18 Apr 2010 22:01:05 +0200 Subject: [PATCH] Doc tweak. --- ChangeLog | 4 ++++ doc/posix-headers/stdbool.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2