Path: utzoo!attcan!uunet!husc6!ukma!uflorida!novavax!proxftl!bill From: bill@proxftl.UUCP (T. William Wells) Newsgroups: comp.lang.c Subject: Re: defining a comment? Keywords: preprocessor,comments Message-ID: <779@proxftl.UUCP> Date: 17 Sep 88 03:21:05 GMT References: <5438@techunix.BITNET> <13544@mimsy.UUCP> Reply-To: bill@proxftl.UUCP (T. William Wells) Organization: Proximity Technology, Ft. Lauderdale Lines: 25 Summary: Expires: Sender: Followup-To: Distribution: In article <13544@mimsy.UUCP> chris@mimsy.UUCP (Chris Torek) writes: : >#define STARTCOM /* : : This is rather dubious. We use this construction in our code, it is always in something like: #define XYZZY /* comment .... more comment */ We have never had any complaints about it. I'd say that #define STARTCOM /* just defines STARTCOM as nothing and comments out anything following the #define. I'd also say that any compiler that didn't do this is broken. --- Bill novavax!proxftl!bill