On Sun, 13 Aug 2000, Kevin Lawton wrote:
> Hope you didn't get carpel tunnel converting those comments
> by hand. Here's a regexp to do it:
>
> ... | sed -e 's|//\(.*$\)|/*\1 */|' | ...
Unless, of course, someone puts // in a string, eg:
printf("//\n");
But this probably never happens in the plex86 source?
--
Ketil Froyn The probability of someone
University of Oslo watching you is proportional
Norway to the stupidity of your action.
- C++ style comments Isaac Waldron
- Re: C++ style comments Nick Behnken
- Re: C++ style comments Phil Levis
- Re: C++ style comments Kevin Lawton
- Re: C++ style comments Josh Wilmes
- Re: C++ style comments Isaac Waldron
- Re: C++ style comments Kevin Lawton
- Re: C++ style comments Ketil Froyn
- Re: C++ style comments Phil Levis
- Re: C++ style comments Wouter Coene
- Re: C++ style comments Magnus Christensson
- HOW to REMOVE me from this Lsit! Angelo Schneider
