Skip to content

Commit

Permalink
PEP 7: Prohibit compiler extensions in general, not just GCC, per pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Jan 24, 2022
1 parent 3eeb003 commit 4c30b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep-0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ C dialect
Future C99 features may be added to this list in the future
depending on compiler support (mostly significantly MSVC).

* Don't use GCC extensions (e.g. don't write multi-line strings
without trailing backslashes).
* Don't use compiler extensions, such as those of GCC or MSVC
(e.g. don't write multi-line strings without trailing backslashes).

* All function declarations and definitions must use full prototypes
(i.e. specify the types of all arguments).
Expand Down

0 comments on commit 4c30b75

Please sign in to comment.