From b5d3970b6c4bb6b89cb31610492c7925c635d942 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 7 Dec 2011 08:51:16 +0000 Subject: [PATCH] -fix --- src/include/gnunet_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.25.1