Hi Michael,

and big apologies for this falling through a lot of cracks
apparently.  I just committed your patch with the ChangeLog
below.

If there are any other patches that have not been committed
(nor NACKed yet, I know there were some as well), please let
us know and I will look into getting at least documentation
patches addressed swiftly going forward.

Thank you, and sorry again,
Gerald

2015-04-08  Michael Witten  <mfwit...@gmail.com>

        * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
        to an example.

Index: doc/extend.texi
===================================================================
--- doc/extend.texi     (revision 221930)
+++ doc/extend.texi     (working copy)
@@ -4771,7 +4771,7 @@
 @smallexample
 __attribute__((noreturn)) void d0 (void),
     __attribute__((format(printf, 1, 2))) d1 (const char *, ...),
-     d2 (void)
+     d2 (void);
 @end smallexample
 
 @noindent

On Wed, 27 Apr 2011, Michael Witten wrote:
> ---
>  trunk/gcc/doc/extend.texi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/trunk/gcc/doc/extend.texi b/trunk/gcc/doc/extend.texi
> index eddff95..c154958 100644
> --- a/trunk/gcc/doc/extend.texi
> +++ b/trunk/gcc/doc/extend.texi
> @@ -3997,7 +3997,7 @@
>  @smallexample
>  __attribute__((noreturn)) void d0 (void),
>      __attribute__((format(printf, 1, 2))) d1 (const char *, ...),
> -     d2 (void)
> +     d2 (void);
>  @end smallexample
>  
>  @noindent

Reply via email to