Noah Misch wrote:
> Instead of stuff like this:
>
> #ifdef CONFIG_403
> ...
> #endif
>
> you could write the code like this:
>
> if(CONFIG_403) {
> ...
> }
Except that most of the code under discussion is written
in assembly language.......
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/