~ubuntu-branches/ubuntu/raring/gnutls26/raring

« back to all changes in this revision

Viewing changes to gl/stdbool.in.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2001-2003, 2006-2008 Free Software Foundation, Inc.
 
1
/* Copyright (C) 2001-2003, 2006-2010 Free Software Foundation, Inc.
2
2
   Written by Bruno Haible <haible@clisp.cons.org>, 2001.
3
3
 
4
4
   This program is free software; you can redistribute it and/or modify
50
50
         with this substitute.  With this substitute, only the values 0 and 1
51
51
         give the expected result when converted to _Bool' or 'bool'.
52
52
 
 
53
       - C99 allows the use of (_Bool)0.0 in constant expressions, but
 
54
         this substitute cannot always provide this property.
 
55
 
53
56
   Also, it is suggested that programs use 'bool' rather than '_Bool';
54
57
   this isn't required, but 'bool' is more common.  */
55
58