diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-03-26 12:53:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 12:53:53 +0100 |
| commit | 13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 (patch) | |
| tree | 3aa7186fe092e42783dc7e981dc39a74ea61c466 /gl/m4/stdint.m4 | |
| parent | 9d8503f90ef25b2cecd324dc118e441f40233ea8 (diff) | |
| download | monitoring-plugins-13e14a6bfd9f29cbfeab0c5161d2a994f97532e7.tar.gz | |
Update/gnulib 2026 03 (#2247)
* Sync with the 202601-stable Gnulib code (4a3650d887)
* Ignore more deps stuff in gnulib
* Remove autogenerated gnulib files
* Ignore more gnulib generated headers
Diffstat (limited to 'gl/m4/stdint.m4')
| -rw-r--r-- | gl/m4/stdint.m4 | 10 |
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 |
| 3 | dnl Copyright (C) 2001-2025 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2001-2026 Free Software Foundation, Inc. |
| 4 | dnl This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
| 5 | dnl gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
| 6 | dnl with or without modifications, as long as this notice is preserved. | 6 | dnl 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 |
