diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 10:59:07 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 10:59:07 +0000 |
commit | 1fd27d74afe877424122f510c6e1b81264992883 (patch) | |
tree | c89d84df498a0dc2a36f4bac71b3a6b21a93e26c /src | |
parent | 08a17f31d48319acf4be0e0d929456eb3c88a936 (diff) |
libtool: in_port_t and sa_family_t
Diffstat (limited to 'src')
-rw-r--r-- | src/htslib.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htslib.c b/src/htslib.c index f544141..fdd080e 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -86,10 +86,10 @@ static long int timezone = 0; /* Windows might be missing va_copy */ #ifdef _WIN32 -#ifndef va_copy
-#define va_copy(dst, src) ((dst) = (src))
-#endif
-#endif
+#ifndef va_copy +#define va_copy(dst, src) ((dst) = (src)) +#endif +#endif // Debugging #if _HTS_WIDE |