File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- #ifndef Py_AUDIT_H
2- #define Py_AUDIT_H
1+ #ifndef _Py_AUDIT_H
2+ #define _Py_AUDIT_H
33#ifdef __cplusplus
44extern "C" {
55#endif
@@ -18,13 +18,13 @@ PyAPI_FUNC(int) PySys_AuditTuple(
1818
1919
2020#ifndef Py_LIMITED_API
21- # define Py_CPYTHON_AUDIT_H
21+ # define _Py_CPYTHON_AUDIT_H
2222# include "cpython/audit.h"
23- # undef Py_CPYTHON_AUDIT_H
23+ # undef _Py_CPYTHON_AUDIT_H
2424#endif
2525
2626
2727#ifdef __cplusplus
2828}
2929#endif
30- #endif /* !Py_AUDIT_H */
30+ #endif /* !_Py_AUDIT_H */
Original file line number Diff line number Diff line change 1- #ifndef Py_CPYTHON_AUDIT_H
1+ #ifndef _Py_CPYTHON_AUDIT_H
22# error "this header file must not be included directly"
33#endif
44
Original file line number Diff line number Diff line change 1- #ifndef Py_REFCOUNT_H
2- #define Py_REFCOUNT_H
1+ #ifndef _Py_REFCOUNT_H
2+ #define _Py_REFCOUNT_H
33#ifdef __cplusplus
44extern "C" {
55#endif
@@ -561,4 +561,4 @@ static inline PyObject* _Py_XNewRef(PyObject *obj)
561561#ifdef __cplusplus
562562}
563563#endif
564- #endif // !Py_REFCOUNT_H
564+ #endif // !_Py_REFCOUNT_H
You can’t perform that action at this time.
0 commit comments