]> Savannah Git Hosting - gnulib.git/commitdiff
inttypes: Fix {PRI,SCN}*PTR on 32-bit native Windows (regr. 2020-07-21).
authorBruno Haible <bruno@clisp.org>
Sun, 23 Aug 2020 22:29:41 +0000 (00:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Aug 2020 22:46:22 +0000 (00:46 +0200)
* m4/inttypes.m4 (gl_INTTYPES_PRI_SCN): Fix syntax error in test
program.

ChangeLog
m4/inttypes.m4

index e51ea41e3934fd45d9790af571481a7e50f8d67f..e54c89f982782430be0faa41fcb9a5b08316444e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-23  Bruno Haible  <bruno@clisp.org>
+
+       inttypes: Fix {PRI,SCN}*PTR on 32-bit native Windows (regr. 2020-07-21).
+       * m4/inttypes.m4 (gl_INTTYPES_PRI_SCN): Fix syntax error in test
+       program.
+
 2020-08-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        intprops: be consistent about +X vs X+0
index 28bac816b69fd4857337e75516206af701ee12b7..84b1654ea26a9b2476d6dfecd6d0497f23056474 100644 (file)
@@ -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"'])