On Friday, September 28, 2012 7:34:24 AM UTC-4, Bob von Knobloch wrote: > Hello, > > > > I have to update many c-source programs and one important point is to > > change all the end-of-line comments from 'old C' (/*--*/) to C++ type > > (//---). This seems (to me) to be ajob that is often required but I am
are you certain this code will never need to be compiled on an "older" compiler? ISO C90 or earlier, any C compiler that will not allow C++ style comments, etc??? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
