diff options
| author | Paul Eggert | 2018-08-27 18:59:46 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-08-27 19:00:14 -0700 |
| commit | f1acdff5e04df90821732333c1bb9d8f586f08d2 (patch) | |
| tree | 71b9a449169d96a7eaeb1bf07d0f14327cf9bfa0 /m4/stdint.m4 | |
| parent | 717b0341aafb9ae9b93395dba1192b12c4459f0c (diff) | |
| download | emacs-f1acdff5e04df90821732333c1bb9d8f586f08d2.tar.gz emacs-f1acdff5e04df90821732333c1bb9d8f586f08d2.zip | |
Update from Gnulib
* build-aux/config.sub, lib/intprops.h, lib/regex_internal.c:
* lib/regex_internal.h, lib/unistd.in.h, m4/limits-h.m4:
* m4/stdint.m4, m4/unistd_h.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'm4/stdint.m4')
| -rw-r--r-- | m4/stdint.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/stdint.m4 b/m4/stdint.m4 index b86184c2ea6..38dbbedffec 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # stdint.m4 serial 51 | 1 | # stdint.m4 serial 52 |
| 2 | dnl Copyright (C) 2001-2018 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2001-2018 Free Software Foundation, Inc. |
| 3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
| 4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
| @@ -364,8 +364,7 @@ int32_t i32 = INT32_C (0x7fffffff); | |||
| 364 | esac | 364 | esac |
| 365 | 365 | ||
| 366 | dnl The substitute stdint.h needs the substitute limit.h's _GL_INTEGER_WIDTH. | 366 | dnl The substitute stdint.h needs the substitute limit.h's _GL_INTEGER_WIDTH. |
| 367 | LIMITS_H=limits.h | 367 | gl_REPLACE_LIMITS_H |
| 368 | AM_CONDITIONAL([GL_GENERATE_LIMITS_H], [test -n "$LIMITS_H"]) | ||
| 369 | 368 | ||
| 370 | AC_SUBST([HAVE_C99_STDINT_H]) | 369 | AC_SUBST([HAVE_C99_STDINT_H]) |
| 371 | AC_SUBST([HAVE_SYS_BITYPES_H]) | 370 | AC_SUBST([HAVE_SYS_BITYPES_H]) |