This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]