Re: [PATCH] pedantic code cleanup - am I wasting my time with this?

Sean Hunter (sean@dev.sportingbet.com)
Mon, 23 Apr 2001 16:48:40 +0100


On Mon, Apr 23, 2001 at 05:26:27PM +0200, Jesper Juhl wrote:
> All the above does is to remove the last comma from 3 enumeration lists.
> I know that gcc has no problem with that, but to be strictly correct the
> last entry should not have a trailing comma.
>

Sadly not. This isn't a gcc thing: ANSI says that trailing comma is ok (K&R
Second edition, A8.7 - pg 218 &219 in my copy)

Sean
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/