Diff for /embedaddon/libiconv/srclib/stdbool.in.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2012/05/29 09:29:43
Line 1 Line 1
/* Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc./* Copyright (C) 2001-2003, 2006-2011 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.     Written by Bruno Haible <haible@clisp.cons.org>, 2001.
   
    This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
Line 49 Line 49
          to 'true', and zero gets converted to 'false'.  This doesn't work           to 'true', and zero gets converted to 'false'.  This doesn't work
          with this substitute.  With this substitute, only the values 0 and 1           with this substitute.  With this substitute, only the values 0 and 1
          give the expected result when converted to _Bool' or 'bool'.           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';     Also, it is suggested that programs use 'bool' rather than '_Bool';
    this isn't required, but 'bool' is more common.  */     this isn't required, but 'bool' is more common.  */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>