~ubuntu-branches/ubuntu/trusty/libidn/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Simon Josefsson
  • Date: 2011-03-01 16:14:24 UTC
  • mfrom: (1.2.14 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110301161424-6vh7822t8aderzap
Tags: 1.20-1
* New upstream release.
* Moved from experimental to unstable after testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2001-2003, 2006-2010 Free Software Foundation, Inc.
 
1
/* Copyright (C) 2001-2003, 2006-2011 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