summaryrefslogtreecommitdiff
path: root/m4/inttypes.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-08-24 16:18:48 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-08-24 16:19:28 -0700
commitd494f9e81a6d11dcf6c22333cd950989b2051dff (patch)
tree5d5da817d3bbddc60963cb3588be044c4670fe70 /m4/inttypes.m4
parente0345b4e86154f42f47a9f7bbbf458a72bf5c06d (diff)
downloademacs-d494f9e81a6d11dcf6c22333cd950989b2051dff.tar.gz
Update from Gnulib
This incorporates: * lib/diffseq.h, m4/inttypes.m4: Copy from Gnulib. * m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'm4/inttypes.m4')
-rw-r--r--m4/inttypes.m44
1 files changed, 2 insertions, 2 deletions
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"'])