home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!mcsun!sunic!sics.se!eua.ericsson.se!euas67c28!etxabju
- From: etxabju@eua.ericsson.se (Anders Bjurman)
- Subject: Re: Nested Comments in IBM C Set/2
- Message-ID: <1992Nov23.105337.23222@eua.ericsson.se>
- Sender: news@eua.ericsson.se
- Nntp-Posting-Host: euas67c28.eua.ericsson.se
- Reply-To: etxabju@eua.ericsson.se
- Organization: Ellemtel Telecom Systems Labs, Stockholm, Sweden
- References: <c9e-aw.721870314@volga.Berkeley.EDU>
- Date: Mon, 23 Nov 1992 10:53:37 GMT
- Lines: 24
-
- In article 721870314@volga.Berkeley.EDU, c9e-aw@volga (Claudio Fahey) writes:
- >Does anybody know if the IBM C Set/2 compiler can be
- >setup to support nested comments? It sure is a pain
- >uncommenting my comments when I want to comment a large
- >section of code.
- >
-
- How about
-
- #if 0
-
- ... code to comment out ...
-
-
- #endif
-
- ---
- __________________________________________________________
- `"""' _/ RF Anders Bjurman, Memo: eri.etx.etxabju \_
- O O __/ Ericsson Telecom AB Anders.Bjurman@eua.se \
- > _/ S-125 25 Alvsjo, Sweden +46 8 727 49 80 _/
- o \_______________________________________________________________/
-
-
-