Hi
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?
Hi
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?