Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.lang.c Subject: Re: #include /* comment legal? */ Message-ID: <15744@topaz.rutgers.edu> Date: Tue, 20-Oct-87 16:20:28 EDT Article-I.D.: topaz.15744 Posted: Tue Oct 20 16:20:28 1987 Date-Received: Wed, 21-Oct-87 23:27:52 EDT References: <169@decvax.UUCP> <2205@ihuxy.ATT.COM> <1775@homxc.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 9 After getting screwed a number of times "commenting out" code I have banned it. Code is turned off by using the conditional compile feature of the language which was designed to do this, for example #if 0 ... #endif -Ron