From: Richard Henderson Date: Fri, 7 Dec 2001 23:00:16 +0000 (-0800) Subject: * doc/extend.texi: Fix typo last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad706f54377c886b78bc02d2bd238afe3a5cba5f;p=gcc.git * doc/extend.texi: Fix typo last change. From-SVN: r47777 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8439fce961..b07ac1b438f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2001-12-07 Richard Henderson + * doc/extend.texi: Fix typo last change. + * c-decl.c (c_language): Remove duplicate. 2001-12-07 Dale Johannesen diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e75a8d600c9..5e800108803 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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