* lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
2004-05-31 change also with a comment in the code.
+2007-09-22 Jim Meyering <jim@meyering.net>
+
+ Add a comment.
+ * lib/autoconf/headers.m4 (HAVE_STDBOOL_H): Document the
+ 2004-05-31 change also with a comment in the code.
+
2007-09-20 Eric Blake <ebb9@byu.net>
More contribution housekeeping.
char h[sizeof (_Bool)];
char i[sizeof s.t];
enum { j = false, k = true, l = false * true, m = true * 256 };
+ /* The following fails for
+ HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
_Bool n[m];
char o[sizeof n == m * sizeof n[0] ? 1 : -1];
char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];