VAx 1819, Visual C++ 6.0
This code is in a .cpp file, and I have another C file in this project that declares a global variable showerrors.
extern "C" extern int showerrors;
bool Ini_class::InterpretEdition(void)
{
showerrors = 0;
Click the mouse on showerrors, and the navbar shows "extern extern int showerrors". I don't expect it to find the other C file that hosts the variable but I don't expect this.