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

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!mcsun!sunic!sics.se!eua.ericsson.se!euas67c28!etxabju
  3. From: etxabju@eua.ericsson.se (Anders Bjurman)
  4. Subject: Re: Nested Comments in IBM C Set/2
  5. Message-ID: <1992Nov23.105337.23222@eua.ericsson.se>
  6. Sender: news@eua.ericsson.se
  7. Nntp-Posting-Host: euas67c28.eua.ericsson.se
  8. Reply-To: etxabju@eua.ericsson.se
  9. Organization: Ellemtel Telecom Systems Labs, Stockholm, Sweden
  10. References: <c9e-aw.721870314@volga.Berkeley.EDU>
  11. Date: Mon, 23 Nov 1992 10:53:37 GMT
  12. Lines: 24
  13.  
  14. In article 721870314@volga.Berkeley.EDU, c9e-aw@volga (Claudio Fahey) writes:
  15. >Does anybody know if the IBM C Set/2 compiler can be
  16. >setup to support nested comments?  It sure is a pain
  17. >uncommenting my comments when I want to comment a large
  18. >section of code.
  19. >
  20.  
  21. How about
  22.  
  23. #if 0
  24.  
  25.     ... code to comment out ...
  26.  
  27.  
  28. #endif
  29.  
  30. ---
  31.              __________________________________________________________
  32.  `"""'     _/  RF Anders Bjurman,              Memo: eri.etx.etxabju   \_
  33.   O O   __/    Ericsson Telecom AB             Anders.Bjurman@eua.se     \
  34.    >  _/       S-125 25 Alvsjo, Sweden         +46 8 727 49 80          _/
  35.    o   \_______________________________________________________________/
  36.  
  37.  
  38.