> Probably it is a good idea to use echo everywhere for consistency,
> but you could simply redefine puts in terms of echo.
>
> proc puts {args} {
> tailcall echo {*}$args
> }
That could work, but I don't want to call something "puts"
when it's not. Did you ever try typing on a French keyboard
when you're used to qwerty and vice versa? ;-)
"puts" has a well defined an different meaning than "echo",
which is why we should switch to echo everywhere.
--
Øyvind Harboe
Can Zylin Consulting help on your project?
US toll free 1-866-980-3434 / International +47 51 63 25 00
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development