X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstdbool.m4;h=2204ecd98405be59e1a8ef52d6fbd464f61552f7;hb=6a43884b2d4737bd78949becf8de806f102ff6d8;hp=43fbe281543ab3716adb8c607ac92440e4047533;hpb=b179e18c5758fcd6ed1dadb4f8a2526f876459a8;p=gnulib.git diff --git a/m4/stdbool.m4 b/m4/stdbool.m4 index 43fbe2815..2204ecd98 100644 --- a/m4/stdbool.m4 +++ b/m4/stdbool.m4 @@ -64,9 +64,9 @@ AC_DEFUN([AC_HEADER_STDBOOL], char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; - char d[(bool) -0.5 == true ? 1 : -1]; + char d[(bool) 0.5 == true ? 1 : -1]; bool e = &s; - char f[(_Bool) -0.0 == false ? 1 : -1]; + char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t];