diff --git a/peps/pep-0007.rst b/peps/pep-0007.rst index bb09a137db1..fc86f045067 100644 --- a/peps/pep-0007.rst +++ b/peps/pep-0007.rst @@ -149,6 +149,9 @@ Code lay-out } \ } while (0) + // To be used like a statement with a semicolon: + ADD_INT_MACRO(m, SOME_CONSTANT); + * ``#undef`` file local macros after use. * Put blank lines around functions, structure definitions, and major