Alexander Belopolsky wrote:
> On Tue, Nov 9, 2010 at 11:36 AM, Antoine Pitrou wrote:
> ..
> >> C99 allows it. Which compiler is giving you trouble?
> >
> > One part of the answer is that we generally try to enforce C89
> > compatibility. I don't know if any modern compiler would mind, though.
>
On Tue, Nov 9, 2010 at 11:36 AM, Antoine Pitrou wrote:
..
>> C99 allows it. Which compiler is giving you trouble?
>
> One part of the answer is that we generally try to enforce C89
> compatibility. I don't know if any modern compiler would mind, though.
I know, but if we ever start making except
On Tue, 9 Nov 2010 11:23:23 -0500
Alexander Belopolsky wrote:
> On Tue, Nov 9, 2010 at 4:39 AM, victor.stinner
> wrote:
> ..
> > Log:
> > Issue #10359: Remove useless comma, invalid in ISO C
>
> C99 allows it. Which compiler is giving you trouble?
One part of the answer is that we generally tr