X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstdbool.in.h;h=d589cb45f8128ba6dba87947a0edb24147883f99;hb=a2ae92ef0232df237fef9af3e52b52b67d44cb93;hp=8e62b082d08b5bd9cc8550e5e809fafa628296eb;hpb=4cb4038cace4592bb62a5446e42541594354e815;p=gnulib.git diff --git a/lib/stdbool.in.h b/lib/stdbool.in.h index 8e62b082d..d589cb45f 100644 --- a/lib/stdbool.in.h +++ b/lib/stdbool.in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc. +/* Copyright (C) 2001-2003, 2006-2010 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -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. */