* src/lisp.h (GCALIGNED): Clarify comment (Bug#29040).
This commit is contained in:
parent
8a31e9993f
commit
a87ce5c4b4
1 changed files with 3 additions and 2 deletions
|
@ -272,8 +272,9 @@ error !;
|
|||
#endif
|
||||
|
||||
/* Declare an object to have an address that is a multiple of
|
||||
GCALIGNMENT. alignas is not suitable here, as it fails if the
|
||||
object's natural alignment exceeds GCALIGNMENT. */
|
||||
GCALIGNMENT. This is a no-op if the object's natural alignment is
|
||||
already a multiple of GCALIGNMENT. alignas is not suitable here,
|
||||
as it fails if the object's natural alignment exceeds GCALIGNMENT. */
|
||||
#ifdef HAVE_STRUCT_ATTRIBUTE_ALIGNED
|
||||
# define GCALIGNED __attribute__ ((aligned (GCALIGNMENT)))
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue