This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Stage 2 project: upgrade decNumber


On Wed, Aug 29, 2007 at 01:33:37PM -0700, Janis Johnson wrote:
> This version of decNumber is quite different from what's currently in
> GCC.  The pristine version of the sources uses C++-style comments and
> CRLF, so I plan to use the following filter before checking in the
> updated files:
> 
>   col \
>     | sed -e 's,\([^:]\)//\(.*\),\1/*\2 */,' \
>           -e 's,^//\(.*\),/*\1 */,' \
>     | indent

For what it's worth, I wouldn't bother.  We can handle minimal changes
from upstream source.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]