That worked! Thanks.
For what it is worth, I had to select the .c file in the middle of the screen.
Thanks for your presistance.
--------------------------------------------------------------
I found some open source code that I'm in the process of updating. First, I got to understand it.
I was getting errors on the macro generation which motivated me in asking the question. The macro output without Macro names that look like function names helps me sort out the code. This provides another angle on the code. ( I know do a global search. )
Another quaint thing is the code doesn't have any comments ... well it does have the open source declarations. Pointer use is rampant. The three part if in the middle of a print statement is a little surprising to me. cpp does a nice job of formating the print statement which I can follow.
And I rather code in python.
Robert