~ubuntu-branches/ubuntu/natty/libvirt/natty-proposed

« back to all changes in this revision

Viewing changes to gnulib/lib/stdbool.in.h

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-07-06 12:14:33 UTC
  • mto: (3.4.17 sid) (1.2.6 upstream) (0.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 93.
  • Revision ID: james.westby@ubuntu.com-20100706121433-94utbax9zjvmkcsj
Tags: upstream-0.8.2
Import upstream version 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
         with this substitute.  With this substitute, only the values 0 and 1
53
53
         give the expected result when converted to _Bool' or 'bool'.
54
54
 
 
55
       - C99 allows the use of (_Bool)0.0 in constant expressions, but
 
56
         this substitute cannot always provide this property.
 
57
 
55
58
   Also, it is suggested that programs use 'bool' rather than '_Bool';
56
59
   this isn't required, but 'bool' is more common.  */
57
60