Simon Josefsson <[EMAIL PROTECTED]> writes:

> I recall some compilers complaining about a trailing ','s.  Is it
> really OK by C89?  I'm just curious.

Yes, it is allowed in C89.

Perhaps you're thinking of enumeration specifiers.  The declaration:

enum { zero, };

is not allowed in C89.  (C99 allows the trailing comma here, too --
isn't it wonderful how new features are always being added to C?  :-)

Since there was agreement about the change, I installed it in gnulib
and coreutils.


_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to