Path: utzoo!mnetor!uunet!husc6!think!ames!amdahl!nsc!voder!apple!joemac From: joemac@apple.UUCP (Joe MacDougald) Newsgroups: comp.lang.c Subject: Re: nested comments Message-ID: <7224@apple.UUCP> Date: 20 Jan 88 01:49:57 GMT References: <13423@pyramid.pyramid.com> Reply-To: joemac@apple.UUCP (Joe MacDougald) Organization: Apple Computer Inc., Cupertino, USA Lines: 14 Rather then using nested comments, why not use: #ifdef 0 int a = 1; /* COMMENT */ int b = a; /* COMMENT */ #endif | UUCP {decwrl, inhp4, hplabs, sun}!apple!joemac | | Internet joemac@apple.com | | | | The standard disclaimer applies: "I do not speak for Apple Computer, Inc." |