home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!news.dell.com!natinst.com!natinst.com!not-for-mail
- From: banshee@natinst.com (Jeff Kellam)
- Newsgroups: comp.lang.c
- Subject: Re: BeginComment / EndComment
- Message-ID: <1932qpINNm7p@eagle.natinst.com>
- Date: 14 Sep 92 22:13:45 GMT
- References: <BuL50n.E1F@news.cso.uiuc.edu>
- Organization: National Instruments, Austin, TX
- Lines: 9
- NNTP-Posting-Host: eagle.natinst.com
-
- [Question about commenting out code with comments in it deleted]
-
- At your BeginComment place the following: #if 0
- At your EndComment place the following: #endif
-
- Alternatively, some compilers have a flag to allow nested comments,
- check the docs for your compiler to see if this is the case.
-
- Jeff Kellam
-