* stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2006 02:37:03 +0000 (02:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2006 02:37:03 +0000 (02:37 +0000)
commit05c7a7c0d8e29ebd879552d42fafaec8f66858a6
tree12c18d7fd4263a38e4cf1607af51aab63d5c7960
parent5912e24cb503d5238ab9180b98f0215e871a6abc
* stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
test for C99 conformance; (bool) 0.5 is an integer constant
expression, but (bool) -0.5 is not.
m4/ChangeLog
m4/stdbool.m4