From cb961461f28daf32d479f931f21c52509d4be3c0 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Wed, 4 May 2011 10:45:51 +0200 Subject: [PATCH] Make MY_ALIGNED usable to define alignment of data structures --- include/my_compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/my_compiler.h b/include/my_compiler.h index e55346d62fd..e3ff80fad40 100644 --- a/include/my_compiler.h +++ b/include/my_compiler.h @@ -140,7 +140,7 @@ struct my_aligned_storage #endif /* __cplusplus */ -# if defined(MY_ALIGNED) +# ifndef MY_ALIGNED /* Make sure MY_ALIGNED can be used also on platforms where we don't have a way of aligning data structures.