>>>> "Valdis" == Valdis Kletnieks
<Valdis.Kletnieks(a)vt.edu> writes:
Valdis> On Wed, 31 May 2000 14:28:34 +0200, Robert Pluim said:
> Valdis Kletnieks writes:
> > Some compilers (IBM ibmcxx 3.6 for example) don't like trailing commas...
> >
>
> Hmm, I thought that accepting this was mandated by ansi C (I can't
> quote chapter and verse, but I'm sure someone can).
Valdis> If somebody cites chapter and verse, I'll open a bug report. However,
Valdis> not having a copy of ANSI in front of me, I'm stuck....
All C programmers should read
http://anubis.dkuug.dk/JTC1/SC22/WG14/www/newinc9x.htm
which contains the line
trailing comma allowed in enum declaration
in the C9x changes.
However, note that I don't know of any C9x compliant C compilers yet.
XEmacs should compile with C89 (and ISO C++) compilers.
Martin