gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21147 - gnunet/src/include
Date: Wed, 25 Apr 2012 09:01:40 +0200

Author: grothoff
Date: 2012-04-25 09:01:40 +0200 (Wed, 25 Apr 2012)
New Revision: 21147

Modified:
   gnunet/src/include/gnunet_common.h
Log:
-trying to fix build errors on old gccs

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2012-04-25 00:15:46 UTC (rev 21146)
+++ gnunet/src/include/gnunet_common.h  2012-04-25 07:01:40 UTC (rev 21147)
@@ -154,7 +154,11 @@
  * that may then be cast to 'struct's.  See also gcc
  * bug #33594.
  */
+#ifdef __BIGGEST_ALIGNMENT__
 #define GNUNET_ALIGN __attribute__((aligned (__BIGGEST_ALIGNMENT__)))
+#else
+#define GNUNET_ALIGN __attribute__((aligned (8)))
+#endif
 
 /**
  * gcc-ism to document unused arguments




reply via email to

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