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
…hon#758

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
CAM-Gerlach and AA-Turner committed Jan 24, 2022
1 parent 3eeb003 commit cc6b8ee
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-specific 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 cc6b8ee

Please sign in to comment.