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.


Reply via email to