tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [PATCH] GNU __attribute__ extension handling with par


From: Rob Landley
Subject: Re: [Tinycc-devel] [PATCH] GNU __attribute__ extension handling with parenthesis
Date: Thu, 27 Sep 2007 19:04:16 -0500
User-agent: KMail/1.9.6

On Wednesday 26 September 2007 1:06:17 pm Marc Andre Tanner wrote:
> > > cat > bug.c << EOF
> > >     void warn ( const char * format , ... )
> > >        __attribute__ ( ( format ( printf , ( 1 ) , ( 2 ) ) ) ) ;
> > > EOF
> >
> > I did a smaller version of this patch.  Close enough?
>
> Yep works, unsurprisingly since it is essentially the same.
>
> Thanks for committing.

Thanks for helping me debug this thing.

I'm pondering cutting another release, I'm just not sure where a good dividing 
line is.  "No more known bugs" isn't likely to happen any time soon, and I 
have so many pending patches to look through at this point I'm fairly certain 
I'm going to forget some when I go back to apply them.  (The tiny amount of 
time I've stolen to work on this has focused on tracking down bugs I have a 
test case for, not applying cleanups despite the serious need for them...)

> Marc

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]