Subject: Re: Teaching indent about C++ comments
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: James Chacon <jmc@NetBSD.org>
List: tech-userlevel
Date: 05/03/2006 15:48:43
On Wed, May 03, 2006 at 12:14:36AM -0400, der Mouse wrote:
> > [indent(1) vs //-to-nl comments]
> 
> > Any thoughts?
> 
> Ummm...sed -e 's@//.*@/* & */@'?  Bit of a kludge, but then, what are
> C++ comments doing in supposedly-C code anyway?

Welcome to C99.

James