I asked this in the TI C/C++ Compiler forum before. But Archaelogist recommend to ask here.
What is the strict ANSI mod for? I tried to compile
#include <msp430f2618.h>
and get the error
"C:/ti/ccsv5/ccs_base/msp430/include/msp430f2618.h", line 1172: error #10: "#" not expected here
What is the sense of strict ANSI mode, when the compiler's files does not support it?