comment style

Sean Eric Fagan sef at kithrup.COM
Mon Jan 7 18:11:04 AEST 1991


In article <1991Jan7.023042.23190 at jituha.enet.dec.com> diamond%tkov50.enet.dec.com (Norman Diamond) writes:
>The other compilers mentioned are not ANSI C compilers, 

Uhm... gcc is an ansi compiler.  It takes some special flags to get that,
but that is permitted by ANSI.  (POSIX, on the other hand, is a different
matter... from what I can understand there, cc89 is supposed to get you a
compiler that, by default, conforms to both standards.)

>Extraneous warnings
>are allowed (and are obviously desirable in this case, though should be
>optionable), but choking is not allowed.

gcc didn't choke.  It warned about it, if you request it, which is a Nice
Thing.

-- 
Sean Eric Fagan  | "I made the universe, but please don't blame me for it;
sef at kithrup.COM  |  I had a bellyache at the time."
-----------------+           -- The Turtle (Stephen King, _It_)
Any opinions expressed are my own, and generally unpopular with others.



More information about the Comp.std.c mailing list