Fix compilation error introduced in last commit.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2007 00:01:29 +0000 (00:01 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2007 00:01:29 +0000 (00:01 +0000)
ChangeLog
tests/test-stdbool.c

index 19af785..61e31fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * tests/test-rbtree_oset.c (main): Update.
        * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
 
+2007-03-13  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-stdbool.c (i): Update after last patch.
+
 2007-03-12  Bruno Haible  <bruno@clisp.org>
 
        * lib/quotearg.c: Include <wctype.h> early, before the definition of
index 0314be3..28e9b22 100644 (file)
@@ -54,7 +54,9 @@ bool e = &s;
 char f[(_Bool) 0.0 == false ? 1 : -1];
 char g[true];
 char h[sizeof (_Bool)];
+#if 0 /* See above.  */
 char i[sizeof s.t];
+#endif
 enum { j = false, k = true, l = false * true, m = true * 256 };
 _Bool n[m];
 char o[sizeof n == m * sizeof n[0] ? 1 : -1];