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
3
3
#ifdef __cplusplus
4
4
extern "C" {
5
5
#endif
@@ -18,13 +18,13 @@ PyAPI_FUNC(int) PySys_AuditTuple(
18
18
19
19
20
20
#ifndef Py_LIMITED_API
21
- # define Py_CPYTHON_AUDIT_H
21
+ # define _Py_CPYTHON_AUDIT_H
22
22
# include "cpython/audit.h"
23
- # undef Py_CPYTHON_AUDIT_H
23
+ # undef _Py_CPYTHON_AUDIT_H
24
24
#endif
25
25
26
26
27
27
#ifdef __cplusplus
28
28
}
29
29
#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
2
2
# error "this header file must not be included directly"
3
3
#endif
4
4
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
3
3
#ifdef __cplusplus
4
4
extern "C" {
5
5
#endif
@@ -564,4 +564,4 @@ static inline PyObject* _Py_XNewRef(PyObject *obj)
564
564
#ifdef __cplusplus
565
565
}
566
566
#endif
567
- #endif // !Py_REFCOUNT_H
567
+ #endif // !_Py_REFCOUNT_H
You can’t perform that action at this time.
0 commit comments