0
votes

At my company we use C defines like this:

#define AND                 &&
#define bwAND               &

When using this eclipse underlines the expression as if it had a syntax error. How do I make it understand our logic operator defines?

1
I just tried this out on Galileo and it doesn't underline anything for me. - rep_movsd
Okay, i'll try Galileo i'm still on Ganymede - Mikkel Lund

1 Answers

0
votes

Your example works in Helios