Paul Eggert <[EMAIL PROTECTED]> writes:

> 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.

Ah, indeed, I now remember that I had hit this problem with some error
value enum's in more than one of my projects.  Thanks!


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

Reply via email to