Skip to content

Commit

Permalink
Address review: only recommend undef'ing private macros
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
  • Loading branch information
erlend-aasland and pitrou authored Oct 30, 2023
1 parent 3522cbe commit 57c310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0007.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 57c310f

Please sign in to comment.