From 57c310fc269185f5c39cf639dc4c5643ebfeaa70 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Mon, 30 Oct 2023 11:01:14 +0100 Subject: [PATCH] Address review: only recommend undef'ing private macros Co-authored-by: Antoine Pitrou --- peps/pep-0007.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0007.rst b/peps/pep-0007.rst index d9e28e28320..d696a8f728c 100644 --- a/peps/pep-0007.rst +++ b/peps/pep-0007.rst @@ -147,7 +147,7 @@ Code lay-out } \ } while (0) -* ``#undef`` macros after use. +* ``#undef`` private macros after use. * Put blank lines around functions, structure definitions, and major sections inside functions.