home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!weyrich!orville
- From: orville%weyrich@uunet.uu.net (Orville R. Weyrich)
- Subject: Re: Nested Comments in IBM C Set/2
- Message-ID: <1992Nov19.075206.793@weyrich.UUCP>
- Sender: orville@weyrich.UUCP (Orville R. Weyrich)
- Reply-To: uunet.uu.net!weyrich!orville
- Organization: Weyrich Computer Consulting
- References: <c9e-aw.721870314@volga.Berkeley.EDU>
- Date: Thu, 19 Nov 92 07:52:06 GMT
- Lines: 27
-
- In article <c9e-aw.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.
- >
-
-
- A better way is to use
-
- #ifdef WANT_THIS
-
- /* code to be suppressed
-
- #endif
-
-
-
- orville
-
- -------------------------------------- **************************************
- Orville R. Weyrich, Jr. Weyrich Computer Consulting
- Certified Data Processor POB 5782, Scottsdale, AZ 85261
- Certified Systems Professional Voice: (602) 391-0821
- Certified Computer Programmer Internet: orville%weyrich@uunet.uu.net
- -------------------------------------- **************************************
-
-