X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/61cd9dc907b8a09990b14e9aeac7e20fe77cecc6..99dbafd66ace1b3c66b3e0f963411377627a62f8:/lib/stdbool.in.h diff --git a/lib/stdbool.in.h b/lib/stdbool.in.h index 7b681f688..f2510a9e0 100644 --- a/lib/stdbool.in.h +++ b/lib/stdbool.in.h @@ -50,6 +50,9 @@ with this substitute. With this substitute, only the values 0 and 1 give the expected result when converted to _Bool' or 'bool'. + - C99 allows the use of (_Bool)0.0 in constant expressions, but + this substitute cannot always provide this property. + Also, it is suggested that programs use 'bool' rather than '_Bool'; this isn't required, but 'bool' is more common. */