summaryrefslogtreecommitdiff
path: root/m4/stdbool.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-26 21:01:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-26 21:01:56 +0000
commitda953b9d2264dd06512f07b71d5188e86d33532b (patch)
tree00ecd23fbb81b80e85d604c83cd7abb54e2b68ee /m4/stdbool.m4
parenta768b3ebec152e5bcce589f2cdd9891254a7796a (diff)
downloadcoreutils-da953b9d2264dd06512f07b71d5188e86d33532b.tar.xz
Sync stdbool from gnulib.
Diffstat (limited to 'm4/stdbool.m4')
-rw-r--r--m4/stdbool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/stdbool.m4 b/m4/stdbool.m4
index 9d423d9d1..43fbe2815 100644
--- a/m4/stdbool.m4
+++ b/m4/stdbool.m4
@@ -74,7 +74,7 @@ AC_DEFUN([AC_HEADER_STDBOOL],
_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];
- #if defined __xlc__ || __GNUC__
+ #if defined __xlc__ || defined __GNUC__
/* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
reported by James Lemley on 2005-10-05; see
http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html