Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!snorkelwacker.mit.edu!ai-lab!life.ai.mit.edu!mycroft From: mycroft@kropotki.gnu.ai.mit.edu (Charles Hannum) Newsgroups: comp.std.c Subject: Re: comma at end of enumerator-list Message-ID: Date: 1 Jul 91 03:53:18 GMT References: <10756@labtam.labtam.oz.au> Sender: news@ai.mit.edu Organization: None. Utter chaos. Lines: 15 In-reply-to: timr@labtam.labtam.oz.au's message of 1 Jul 91 01:44:02 GMT In article <10756@labtam.labtam.oz.au> timr@labtam.labtam.oz.au (Tim Roper) writes: (a) a trailing comma at the end of an enumerator-list is not allowed, as in: enum bletch { foo, bar, }; Please note that I am not crusading but simply confused about why I thought (a) was common usage and (b) was not true. You've been using Turbo C too much. B-)