Lisp-style comments

Tom Neff tneff at bfmny0.UUCP
Sun Apr 30 07:12:22 AEST 1989


In article <10173 at smoke.BRL.MIL> gwyn at brl.arpa (Doug Gwyn) writes:
>...//comments have since been seen in "C with classes" and its current
>descendant C++.  It's convenient if you have it but if you're writing
>C code that needs to be widely portable you dare not use this feature.

If there were a portable public-domain convert program that could
transform //commented C into /* commented */ C, you could hand that out
along with any //code you distributed, and so be sure that everyone
could build your product.  You could even add a 'comment:' entry to
your Makefile to fix everything in place.  Just a thought...
-- 
Tom Neff				UUCP:     ...!uunet!bfmny0!tneff
    "Truisms aren't everything."	Internet: tneff at bfmny0.UU.NET



More information about the Comp.lang.c mailing list