From: Matthias Wachs Date: Wed, 7 Dec 2011 08:51:16 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~15708 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b5d3970b6c4bb6b89cb31610492c7925c635d942;p=oweals%2Fgnunet.git -fix --- diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index f57c18cb7..665697a97 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -85,6 +85,7 @@ # define GNUNET_htole64(x) (x) # define GNUNET_be64toh(x) __bswap_64 (x) # define GNUNET_le64toh(x) (x) +#endif # if __BYTE_ORDER == __BIG_ENDIAN # define GNUNET_htobe16(x) (x) # define GNUNET_htole16(x) __bswap_16 (x) @@ -100,11 +101,11 @@ # define GNUNET_htole64(x) __bswap_64 (x) # define GNUNET_be64toh(x) (x) # define GNUNET_le64toh(x) __bswap_64 (x) -# endif #endif + /** * gcc-ism to get packed structs. */