P99

◆ P99_MACRO_END

#define P99_MACRO_END (   ...)    extern void P99_PASTE(p00_harmless_declaration_, __VA_ARGS__)(void)

A meta macro that forces the addition of a semicolon after a call to the macro that it terminates.

This should only be used for macros that replace declarations.

Definition at line 941 of file p99_compiler.h.