Xref: utzoo comp.std.c:543 comp.windows.x:6555 Path: utzoo!attcan!uunet!husc6!mailrus!ames!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.std.c,comp.windows.x Subject: Re: trailing comma inside enum...bug or feature? Message-ID: <9095@smoke.BRL.MIL> Date: 7 Dec 88 15:02:44 GMT References: <2174@vedge.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <2174@vedge.UUCP> lai@vedge.UUCP (David Lai) writes: >Is this a bug or feature? An unofficial feature. >Should ANSI compilers allow this? Definitely not! Trailing comma in an initializer list is allowed, though.