summaryrefslogtreecommitdiffstats
path: root/gl/stdbool.in.h
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-21 12:50:34 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-21 12:50:34 (GMT)
commitaab4e991d4e4213249058dd073543551c9c88c35 (patch)
treeefc8cfb750476203fed0c3fc2d04fb1b274e8a81 /gl/stdbool.in.h
parent29cf8ff2fea1a8f0e1f56b9f8a07fd7ee68c1770 (diff)
downloadmonitoring-plugins-aab4e991d4e4213249058dd073543551c9c88c35.tar.gz
Sync with the latest Gnulib code (86ba51d)
Signed-off-by: Ton Voon <ton.voon@opsera.com>
Diffstat (limited to 'gl/stdbool.in.h')
-rw-r--r--gl/stdbool.in.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gl/stdbool.in.h b/gl/stdbool.in.h
index e2312ec..574c281 100644
--- a/gl/stdbool.in.h
+++ b/gl/stdbool.in.h
@@ -50,6 +50,9 @@
50 with this substitute. With this substitute, only the values 0 and 1 50 with this substitute. With this substitute, only the values 0 and 1
51 give the expected result when converted to _Bool' or 'bool'. 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 Also, it is suggested that programs use 'bool' rather than '_Bool'; 56 Also, it is suggested that programs use 'bool' rather than '_Bool';
54 this isn't required, but 'bool' is more common. */ 57 this isn't required, but 'bool' is more common. */
55 58