diff mbox

[1/4] Docs: extend.texi: Add missing semicolon for consistency

Message ID alpine.LSU.2.20.1504082110490.9357@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer April 8, 2015, 7:13 p.m. UTC
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  <mfwitten@gmail.com>

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


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

Comments

Michael Witten April 12, 2015, 1:11 a.m. UTC | #1
On Wed, 8 Apr 2015 21:13:10 +0200 (CEST), Gerald Pfeifer wrote:

> 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
>
> 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  <mfwitten@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

Well, now! What a pleasant surprise! I was looking for a reason to crack
open a beer, and this shall do nicely.

Say, how did you end up coming across this patch after nearly 4 years?

Anyway, thanks for letting me know, and thank you and the rest of the
GCC team for all of your hard work; you make the world go round.

Sincerely,
Michael Witten
Gerald Pfeifer April 12, 2015, 8:22 p.m. UTC | #2
On Sun, 12 Apr 2015, Michael Witten wrote:
> Well, now! What a pleasant surprise! I was looking for a reason 
> to crack open a beer, and this shall do nicely. 

:-)

> Say, how did you end up coming across this patch after nearly 4 years?

I keep things that might require attention "in case nobody else
bites" or that look they'll take longer I have at the moment for
later.  Unfortunately things did accumulate a bit the last years,
but it's clearing up.

If you have any further patches, let us know, and I'll strive to
be faster by an order of magnitude or two.

Gerald
diff mbox

Patch

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