This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: #pragma once support

Tool/software: TI C/C++ Compiler

I'm currently using standard include guards when compiling software projects for C66x DSPs.  Using the "#pragma once" directive seems to work as expected, yet I see no documentation of it in section 7.9 of the C6000 Compiler User's Guide.  Is there a reason behind this omission?  I'd rather not use a directive that isn't officially supported by TI.