Commit 75b66a16 by Joseph Myers Committed by Joseph Myers

re PR other/21052 (Example does not compile in user docs, type attributes, packed)

	PR other/21052
	* doc/extend.texi (Type Attributes): Correct example syntax.

From-SVN: r99485
parent f11b939c
2005-05-10 Joseph S. Myers <joseph@codesourcery.com>
PR other/21052
* doc/extend.texi (Type Attributes): Correct example syntax.
2005-05-09 Joseph S. Myers <joseph@codesourcery.com>
PR c/21160
......
......@@ -3253,7 +3253,7 @@ struct my_unpacked_struct
int i;
@};
struct my_packed_struct __attribute__ ((__packed__))
struct __attribute__ ((__packed__)) my_packed_struct
@{
char c;
int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment