Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mephisto!mcnc!rti!trt From: trt@rti.UUCP (Thomas Truscott) Newsgroups: comp.lang.c Subject: Re: Nested Comments in C -- A recent experience Summary: The compiler missed two oddities Message-ID: <3653@rti.UUCP> Date: 12 Mar 90 05:23:24 GMT References: <236100027@prism> <1414@amethyst.math.arizona.edu> <1523@wacsvax.OZ> <1990Mar11.065712.9798@usenet.ins.cwru.edu> Organization: Research Triangle Institute, RTP, NC Lines: 6 Besides failing to issue a warning about the comment, the compiler also failed to notice that "b" was used before set. (Lint would have warned about that.) So you gave the compiler two chances, and it blew them both.