diff options
| author | Paul Eggert | 2015-10-13 23:34:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-10-13 23:34:47 -0700 |
| commit | e668176e7d89e885902287da18c69297bf04fed3 (patch) | |
| tree | bc132a39e0052e1fe6a32359d3246108ef01e12e /lib/binary-io.c | |
| parent | 2cc412cdc2635ecb99129271abe94bdd744742c2 (diff) | |
| download | emacs-e668176e7d89e885902287da18c69297bf04fed3.tar.gz 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/binary-io.c')
| -rw-r--r-- | lib/binary-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/binary-io.c b/lib/binary-io.c index 8bbdb44d121..d828bcd0153 100644 --- a/lib/binary-io.c +++ b/lib/binary-io.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | #include <config.h> | 1 | #include <config.h> |
| 2 | #define BINARY_IO_INLINE _GL_EXTERN_INLINE | 2 | #define BINARY_IO_INLINE _GL_EXTERN_INLINE |
| 3 | #include "binary-io.h" | 3 | #include "binary-io.h" |
| 4 | typedef int dummy; | ||