gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18487 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r18487 - gnunet/src/include
Date: Wed, 7 Dec 2011 09:51:16 +0100

Author: wachs
Date: 2011-12-07 09:51:16 +0100 (Wed, 07 Dec 2011)
New Revision: 18487

Modified:
   gnunet/src/include/gnunet_common.h
Log:
-fix


Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2011-12-06 23:32:35 UTC (rev 18486)
+++ gnunet/src/include/gnunet_common.h  2011-12-07 08:51:16 UTC (rev 18487)
@@ -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.
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]