diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-11 11:06:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-11 11:07:28 -0700 |
commit | 39c16c1170fd8bd7035e6e265048dd371cde4609 (patch) | |
tree | 77d64c02c7d21458da5801926287c1c316852e4a /m4 | |
parent | 124a7951f495b916cf38f0e1e1fe85e22bc08aba (diff) | |
download | emacs-39c16c1170fd8bd7035e6e265048dd371cde4609.tar.gz emacs-39c16c1170fd8bd7035e6e265048dd371cde4609.tar.bz2 emacs-39c16c1170fd8bd7035e6e265048dd371cde4609.zip |
Use Gnulib inttypes module
Needed for platforms like MinGW that don’t support C99 PRIdPTR.
* admin/merge-gnulib (GNULIB_MODULES): Add inttypes.
* m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gnulib-comp.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index 5bfa1473edd..1f8a87218ec 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -113,6 +113,7 @@ AC_DEFUN([gl_EARLY], # Code from module ignore-value: # Code from module include_next: # Code from module intprops: + # Code from module inttypes: # Code from module inttypes-incomplete: # Code from module largefile: AC_REQUIRE([AC_SYS_LARGEFILE]) @@ -342,6 +343,7 @@ AC_DEFUN([gl_INIT], fi gl_SYS_TIME_MODULE_INDICATOR([gettimeofday]) gl_IEEE754_H + gl_INTTYPES_H gl_INTTYPES_INCOMPLETE AC_REQUIRE([gl_LARGEFILE]) gl___INLINE |