Stage 2 project: upgrade decNumber

Daniel Jacobowitz drow@false.org
Thu Aug 30 00:22:00 GMT 2007


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



More information about the Gcc mailing list