Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!jbs From: jbs@eddie.MIT.EDU (Jeff Siegal) Newsgroups: comp.lang.c Subject: Re: nested comments Message-ID: <7937@eddie.MIT.EDU> Date: 20 Jan 88 00:12:45 GMT References: <13423@pyramid.pyramid.com> Reply-To: jbs@eddie.MIT.EDU (Jeff Siegal) Organization: MIT, EE/CS Computer Facilities, Cambridge, MA Lines: 14 In article <13423@pyramid.pyramid.com> markhall@pyramid.UUCP (Mark Hall) writes: > 1. it is often convenient to `comment-out' code that already > has comments in it, either because you don't want to RUN the code, > or because you don't want to COMPILE the code. Try this: #ifdef COMPILE_BROKEN_CODE ... broken code ... #endif Jeff Siegal