Path: utzoo!attcan!uunet!wuarchive!rex!ames!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: comment style Message-ID: <14838@smoke.brl.mil> Date: 13 Jan 91 02:42:14 GMT References: <4423@alliant.Alliant.COM> <10852@darkstar.ucsc.edu> <4427@alliant.Alliant.COM> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 12 In article <4427@alliant.Alliant.COM> tj@Alliant.COM (Tom Jaskiewicz) writes: >//* what kind of comment is this? */ Not to pick on Tom, but this discussion is a real waste of time. (a) // comments are not supported in Standard C, having been proposed to X3J11 and rejected after committee discussion. Therefore this is the wrong newsgroup to be discussing them in. Isn't there some sort of "future C proposals" group? Or, use the C++ newsgroup. (b) All questions about how to parse // comments would presumably be resolved by defining their role in the "phases of translation". Without such a definition, such questions have no unambiguous answers. With such a definition, there is nothing to discuss.