summaryrefslogtreecommitdiffstats
path: root/gl/m4/stdint.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gl/m4/stdint.m4')
-rw-r--r--gl/m4/stdint.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/m4/stdint.m4 b/gl/m4/stdint.m4
index 2d69088b..410da153 100644
--- a/gl/m4/stdint.m4
+++ b/gl/m4/stdint.m4
@@ -1,6 +1,6 @@
1# stdint.m4 1# stdint.m4
2# serial 64 2# serial 65
3dnl Copyright (C) 2001-2025 Free Software Foundation, Inc. 3dnl Copyright (C) 2001-2026 Free Software Foundation, Inc.
4dnl This file is free software; the Free Software Foundation 4dnl This file is free software; the Free Software Foundation
5dnl gives unlimited permission to copy and/or distribute it, 5dnl gives unlimited permission to copy and/or distribute it,
6dnl with or without modifications, as long as this notice is preserved. 6dnl with or without modifications, as long as this notice is preserved.
@@ -391,9 +391,9 @@ AC_DEFUN([gl_STDINT_BITSIZEOF],
391 ]) 391 ])
392 eval result=\$gl_cv_bitsizeof_${gltype} 392 eval result=\$gl_cv_bitsizeof_${gltype}
393 if test $result = unknown; then 393 if test $result = unknown; then
394 dnl Use a nonempty default, because some compilers, such as IRIX 5 cc, 394 dnl Use a nonempty default, because some old compilers do a syntax check
395 dnl do a syntax check even on unused #if conditions and give an error 395 dnl even on unused #if conditions and give an error on valid C code like
396 dnl on valid C code like this: 396 dnl this:
397 dnl #if 0 397 dnl #if 0
398 dnl # if > 32 398 dnl # if > 32
399 dnl # endif 399 dnl # endif