Add parentheses around __frv__ symbol in #if defined test

From-SVN: r124073
This commit is contained in:
Nick Clifton 2007-04-23 16:18:01 +00:00
parent f91141b1a2
commit b91670c7a4

View File

@ -74,7 +74,7 @@ extern void abort (void);
/* No pic register. */
#elif defined(__SPU__)
# define PIC_REG "126"
#elif defined __frv__
#elif defined (__frv__)
# ifdef __FRV_FDPIC__
# define PIC_REG "gr15"
# else