P99
#define P99_IF_COMPILER (   COMP,
  ... 
)    P00_COMPILER_PRAGMA_ ## COMP(P99_STRINGIFY(__VA_ARGS__))

Issue the pragma that is given as a supplementary argument iff the actual compiler is COMP.

See also:
P99_COMPILER

Definition at line 1052 of file p99_compiler.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines