Tool/software: TI C/C++ Compiler
Hello,
I have just installed new CCS v9.2.0. I made new project and compiled it with TI v18.12.3 LTS compiler regularly.
I noticed in editor that line
#ifndef __cplusplus
is highlighted even I use .c files.
I checked in project properties and option: treat c files as cpp files (--cpp_default) is not chacked.
So, I expect that _cplusplus is not defined.
Please help.