Fix compilation error introduced in last commit.
[pspp] / tests / test-stdbool.c
index 0314be34d1c421b1b86a764c927da231da7d4ee1..28e9b22bed035bb4839241e8f83ffcc1824c92fd 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];