1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Make MY_ALIGNED usable to define alignment of data structures

This commit is contained in:
Mikael Ronstrom
2011-05-04 10:45:51 +02:00
parent 28f5527371
commit cb961461f2

View File

@@ -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.