Browse Source
Remove HAVE_INTMAX_T and SIZEOF_INTMAX_T (#18971)
Remove HAVE_INTMAX_T and SIZEOF_INTMAX_T (#18971)
The intmax_t is a C99 standard type defined in `<stdint.h>` and widely available on current platforms. On Windows they are available as of Visual Studio 2013. Using it conditionally as in these occurrences is not needed anymore.pull/18981/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 3 additions and 29 deletions
-
2UPGRADING.INTERNALS
-
1configure.ac
-
12main/snprintf.c
-
2main/snprintf.h
-
12main/spprintf.c
-
3win32/build/config.w32.h.in
Write
Preview
Loading…
Cancel
Save
Reference in new issue