diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-24 16:18:48 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-24 16:19:28 -0700 |
commit | d494f9e81a6d11dcf6c22333cd950989b2051dff (patch) | |
tree | 5d5da817d3bbddc60963cb3588be044c4670fe70 /m4 | |
parent | e0345b4e86154f42f47a9f7bbbf458a72bf5c06d (diff) | |
download | emacs-d494f9e81a6d11dcf6c22333cd950989b2051dff.tar.gz emacs-d494f9e81a6d11dcf6c22333cd950989b2051dff.tar.bz2 emacs-d494f9e81a6d11dcf6c22333cd950989b2051dff.zip |
Update from Gnulib
This incorporates:
* lib/diffseq.h, m4/inttypes.m4: Copy from Gnulib.
* m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gnulib-comp.m4 | 1 | ||||
-rw-r--r-- | m4/inttypes.m4 | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index f3e2cc92853..d2fdbd82e73 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -1188,6 +1188,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/open-slash.m4 m4/open.m4 m4/pathmax.m4 + m4/pid_t.m4 m4/pipe2.m4 m4/pselect.m4 m4/pthread_sigmask.m4 diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 index 28bac816b69..84b1654ea26 100644 --- a/m4/inttypes.m4 +++ b/m4/inttypes.m4 @@ -1,4 +1,4 @@ -# inttypes.m4 serial 31 +# inttypes.m4 serial 32 dnl Copyright (C) 2006-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -44,7 +44,7 @@ AC_DEFUN([gl_INTTYPES_PRI_SCN], #ifdef _WIN64 LLP64 #endif - ]]), + ]]) ], [PRIPTR_PREFIX='"l"'], [PRIPTR_PREFIX='"ll"']) |