Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crossfire on HP9000 (fwd) / and inventory naming



Reguarding

   XCOMM line

vs
   /* line */

The difference, I think, is that one gets copied over the the Makefile,
and one doesn't.

XCOMMs get copied, I think.

Some types of things really _should_ get commented in the makefile as
well as the Imakefile.

Configuration that can only be done in the Imakefile can use /* */ .
However, if you do strange things, I think you should use XCOMM to
explain them.