Okaay.. I did remove the \'s since I thought it just meant to continue the
lines, If this isn't how to solve this problem, how do I solve it?
"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message
news:54923@palm-dev-forum...
>
> > 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