The "Highlight Inactive Code" feature does not recognize predefined symbols when using the GNU v4.91 compiler. The compiler itself does recognize it's predefined symbols. When using the TI compiler, CSS "Highlight Inactive Code" works fine.
For example: A predefined GNU compiler symbol is "__GNUC__"
When I use
#ifdef __GNUC__
//do stuff
#endif
The CCS editor highlights the above code, showing it as inactive, which is not true.
Anyone else having this problem?
Thanks