Ethereal-dev: Re: [Ethereal-dev] 0.9.4: Invalid trailing comma and semicolon

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Albert Chin <ethereal-dev@xxxxxxxxxxxxxxxxxx>
Date: Wed, 29 May 2002 23:05:46 -0500
On Wed, May 29, 2002 at 11:52:51PM -0400, Ashok Narayanan wrote:
> Just a brief question. Is there a specific compiler that complains
> about these commas and semicolons. Specifically why are they
> syntactically illegal (especially the semicolons)?

The Tru64 UNIX compiler complains.

The AIX compiler errors out with the trailing comma on an enum. The
Tru64 UNIX compiler only generates a warning.

You can also try gcc -ansi -pedantic but we don't build with gcc.

-- 
albert chin (china@xxxxxxxxxxxxxxxxxx)