find . -name "*.[ch]" | xargs perl -i -p -e 's://(.*):/*\1 */:'

>>>>> "Peter" == Peter Eisentraut <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] http://yi.org/peter-e/

Reply via email to