* lib/xstrtol.h: Include <stdint.h>, not <inttypes.h>.
* modules/xstrtol (Depends-on): Add stdint. Remove inttypes-incomplete.
+2022-01-17 Bruno Haible <bruno@clisp.org>
+
+ xstrtol: Trim dependencies.
+ * lib/xstrtol.h: Include <stdint.h>, not <inttypes.h>.
+ * modules/xstrtol (Depends-on): Add stdint. Remove inttypes-incomplete.
+
2022-01-17 Bruno Haible <bruno@clisp.org>
xstrtol: Fix compilation error (regression 2022-01-16).
#ifndef XSTRTOL_H_
# define XSTRTOL_H_ 1
-# include <inttypes.h>
+/* Get intmax_t, uintmax_t. */
+# include <stdint.h>
# ifndef _STRTOL_ERROR
enum strtol_error
Depends-on:
assure
intprops
-inttypes-incomplete
+stdint
configure.ac:
gl_XSTRTOL