* m4/inttypes.m4 (gl_INTTYPES_PRI_SCN): Fix syntax error in test
program.
+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
-# 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,
#ifdef _WIN64
LLP64
#endif
- ]]),
+ ]])
],
[PRIPTR_PREFIX='"l"'],
[PRIPTR_PREFIX='"ll"'])