> From: Charles Lane
>
> so I took out the \'s in
> SysTrap.H and now I get all kinds of weird problems.
>

In SysTraps.h, all of the '\'s I can find are line continuation characters
in the middle of a #define, e.g.

#define SYS_TRAP(trapNum) \
        __attribute__ ((systrap (trapNum)))

You can't just remove the '\'.  "Weird problems" is a real understatement if
that's what you did!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to