diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-13 23:25:18 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-10-13 23:25:46 -0700 |
| commit | c5d07ce91a8ad51591154450442fa4376441fdfa (patch) | |
| tree | 1eb3dc878c8ebd2e1f09846a7af399fc47b459b5 /lib/binary-io.c | |
| parent | f982bc8df29c417d1c5c4a46866a1bc41ded65f6 (diff) | |
binary-io, math, pthread, sys_socket, u64, unistd: port to strict C
* lib/binary-io.c, lib/math.c, lib/pthread.c, lib/sys_socket.c:
* lib/u64.c, lib/unistd.c:
Append 'typedef int dummy;', to pacify compilers that are picky
about empty translation units.
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 8bbdb44..d828bcd 100644 --- a/lib/binary-io.c +++ b/lib/binary-io.c @@ -1,3 +1,4 @@ #include <config.h> #define BINARY_IO_INLINE _GL_EXTERN_INLINE #include "binary-io.h" +typedef int dummy; |
