home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13658 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  734 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!news.dell.com!natinst.com!natinst.com!not-for-mail
  2. From: banshee@natinst.com (Jeff Kellam)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: BeginComment / EndComment
  5. Message-ID: <1932qpINNm7p@eagle.natinst.com>
  6. Date: 14 Sep 92 22:13:45 GMT
  7. References: <BuL50n.E1F@news.cso.uiuc.edu>
  8. Organization: National Instruments, Austin, TX
  9. Lines: 9
  10. NNTP-Posting-Host: eagle.natinst.com
  11.  
  12. [Question about commenting out code with comments in it deleted]
  13.  
  14. At your BeginComment place the following: #if 0
  15. At your EndComment place the following:  #endif
  16.  
  17. Alternatively, some compilers have a flag to allow nested comments,
  18. check the docs for your compiler to see if this is the case.
  19.  
  20. Jeff Kellam
  21.