X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fstdbool.in.h;h=27a1516915a47be1966b1b8a8e4c251ddb9c0ea2;hb=f3797c1231154dc0bbade50aceaa8639ffd9e3cf;hp=39d1847dca8b5ec8f72f88a5b2a217f0b593b4e9;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;p=debian%2Ftar diff --git a/gnu/stdbool.in.h b/gnu/stdbool.in.h index 39d1847d..27a15169 100644 --- a/gnu/stdbool.in.h +++ b/gnu/stdbool.in.h @@ -1,6 +1,6 @@ /* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -/* Copyright (C) 2001-2003, 2006-2010 Free Software Foundation, Inc. +/* Copyright (C) 2001-2003, 2006-2011 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -52,6 +52,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. */