find . -name "*.[ch]" | xargs perl -i -p -e 's://(.*):/*\1 */:'
>>>>> "Peter" == Peter Eisentraut <peter_e@gmx.net> writes:
Peter> Igor N. Avtaev writes:
>> I can't compile PostgreSQL 7.0.3 (and 7.0.2) with ODBC support.
>> UnixWare C compiler not understand comment: "//" Compiler
>> understand only brackets of comment "/*" and "*/".
>>
>> I can't change all comments! :-(
Peter> You're gonna have to, after which you'll immediately
Peter> encounter linking problems because the ODBC driver only
Peter> compiles with GCC. Fixing that will require some
Peter> non-trivial programming work. Sorry.
Peter> -- Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/