Skip to content

Commit 8f567fa

Browse files
picnixzvstinner
andauthored
Update Include/pyport.h
Co-authored-by: Victor Stinner <[email protected]>
1 parent 398e139 commit 8f567fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/pyport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#endif
3636
// Macro to use the more powerful/dangerous C-style cast even in C++.
3737
#define _Py_CAST(type, expr) ((type)(expr))
38+
3839
// Cast a function to another function type T.
3940
//
4041
// The macro first casts the function to the "void func(void)" type

0 commit comments

Comments
 (0)