Commit ad706f54 by Richard Henderson Committed by Richard Henderson

* doc/extend.texi: Fix typo last change.

From-SVN: r47777
parent 4b7b9007
2001-12-07 Richard Henderson <rth@redhat.com>
* doc/extend.texi: Fix typo last change.
* c-decl.c (c_language): Remove duplicate.
2001-12-07 Dale Johannesen <dalej@apple.com>
......
......@@ -3025,7 +3025,7 @@ Aggregates with this attribute are invalid, even if they are of the same
size as a corresponding scalar. For example, the declaration:
@smallexample
struct S { int a; };
struct S @{ int a; @};
struct S __attribute__ ((vector_size (16))) foo;
@end smallexample
......
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