* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
From-SVN: r246677
This commit is contained in:
parent
b1fd967c2c
commit
54fa703332
@ -1,3 +1,7 @@
|
|||||||
|
2017-04-04 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
* ansidecl.h (ATTRIBUTE_PACKED): Fix typo in comment.
|
||||||
|
|
||||||
2017-02-25 Jakub Jelinek <jakub@redhat.com>
|
2017-02-25 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR debug/77589
|
PR debug/77589
|
||||||
|
@ -252,7 +252,7 @@ So instead we use the macro below and test it against specific values. */
|
|||||||
# endif /* GNUC >= 3.0 */
|
# endif /* GNUC >= 3.0 */
|
||||||
#endif /* ATTRIBUTE_ALIGNED_ALIGNOF */
|
#endif /* ATTRIBUTE_ALIGNED_ALIGNOF */
|
||||||
|
|
||||||
/* Useful for structures whose layout must much some binary specification
|
/* Useful for structures whose layout must match some binary specification
|
||||||
regardless of the alignment and padding qualities of the compiler. */
|
regardless of the alignment and padding qualities of the compiler. */
|
||||||
#ifndef ATTRIBUTE_PACKED
|
#ifndef ATTRIBUTE_PACKED
|
||||||
# define ATTRIBUTE_PACKED __attribute__ ((packed))
|
# define ATTRIBUTE_PACKED __attribute__ ((packed))
|
||||||
|
Loading…
Reference in New Issue
Block a user