40.3.1.3 COMPILER_PRAGMA
#define COMPILER_PRAGMA( ) _Pragma(#arg)
Emit the compiler pragma arg.
Parameters
- arg
-
The pragma directive as it would appear after #pragma (i.e. not stringified).
#define COMPILER_PRAGMA( ) _Pragma(#arg)
Emit the compiler pragma arg.
The pragma directive as it would appear after #pragma (i.e. not stringified).