nr.h is included in my project and it has these functions defined
float f1(float x);
float f1dim(float x);
float f2(float y);
float f3(float z);
Now in my project I have some variables defined
float f1;
float f2;
float f3;
Everything was fine for a long time and my variables were colored as variables should be, but I did a clean and rebuild all and every since f3 has been colored as a function. I was trying to track down where the function f3 was implemented (I still haven't found it) and now f1 and f2 are also colored like functions. The VA hovering tip knows that they are variables and shows it correctly.
Is this an old problem that I just haven't read about and is there a fix forthcoming?