home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / programm / 6547 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.2 KB  |  40 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!weyrich!orville
  3. From: orville%weyrich@uunet.uu.net (Orville R. Weyrich)
  4. Subject: Re: Nested Comments in IBM C Set/2
  5. Message-ID: <1992Nov19.075206.793@weyrich.UUCP>
  6. Sender: orville@weyrich.UUCP (Orville R. Weyrich)
  7. Reply-To: uunet.uu.net!weyrich!orville
  8. Organization: Weyrich Computer Consulting
  9. References: <c9e-aw.721870314@volga.Berkeley.EDU>
  10. Date: Thu, 19 Nov 92 07:52:06 GMT
  11. Lines: 27
  12.  
  13. In article <c9e-aw.721870314@volga.Berkeley.EDU> c9e-aw@volga (Claudio Fahey) writes:
  14. >Does anybody know if the IBM C Set/2 compiler can be
  15. >setup to support nested comments?  It sure is a pain
  16. >uncommenting my comments when I want to comment a large
  17. >section of code.
  18. >
  19.  
  20.  
  21. A better way is to use
  22.  
  23. #ifdef WANT_THIS
  24.  
  25.         /* code to be suppressed
  26.  
  27. #endif
  28.  
  29.  
  30.  
  31. orville
  32.  
  33. --------------------------------------   **************************************
  34. Orville R. Weyrich, Jr.                        Weyrich Computer Consulting
  35. Certified Data Processor                     POB 5782, Scottsdale, AZ 85261
  36. Certified Systems Professional                   Voice: (602) 391-0821
  37. Certified Computer Programmer            Internet: orville%weyrich@uunet.uu.net
  38. --------------------------------------   **************************************
  39.  
  40.