diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-13 23:34:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-13 23:34:47 -0700 |
commit | e668176e7d89e885902287da18c69297bf04fed3 (patch) | |
tree | bc132a39e0052e1fe6a32359d3246108ef01e12e /lib/u64.c | |
parent | 2cc412cdc2635ecb99129271abe94bdd744742c2 (diff) | |
download | emacs-e668176e7d89e885902287da18c69297bf04fed3.tar.gz emacs-e668176e7d89e885902287da18c69297bf04fed3.tar.bz2 emacs-e668176e7d89e885902287da18c69297bf04fed3.zip |
Merge from gnulib
This incorporates:
2015-10-13 binary-io, u64, unistd: port to strict C
2015-09-26 c-ctype: do not worry about EBCDIC + char signed
2015-09-25 c-ctype: port better to z/OS EBCDIC
2015-09-25 gnulib-common.m4: fix gl_PROG_AR_RANLIB/AM_PROG_AR clash
* doc/misc/texinfo.tex, lib/binary-io.c, lib/c-ctype.h, lib/u64.c:
* lib/unistd.c, m4/gnulib-common.m4, m4/gnulib-comp.m4:
Copy from gnulib.
Diffstat (limited to 'lib/u64.c')
-rw-r--r-- | lib/u64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/u64.c b/lib/u64.c index 04cf7a29946..1e3854ddcd7 100644 --- a/lib/u64.c +++ b/lib/u64.c @@ -1,3 +1,4 @@ #include <config.h> #define _GL_U64_INLINE _GL_EXTERN_INLINE #include "u64.h" +typedef int dummy; |