There was an error while loading. Please reload this page.
cpython/classobject.h
1 parent 3444ef9 commit f879f0dCopy full SHA for f879f0d
1 file changed
Include/cpython/classobject.h
@@ -3,8 +3,8 @@
3
/* Revealing some structures (not for general use) */
4
5
#ifndef Py_LIMITED_API
6
-#ifndef Py_CLASSOBJECT_H
7
-#define Py_CLASSOBJECT_H
+#ifndef Py_CPYTHON_CLASSOBJECT_H
+#define Py_CPYTHON_CLASSOBJECT_H
8
#ifdef __cplusplus
9
extern "C" {
10
#endif
@@ -67,5 +67,5 @@ static inline PyObject* PyInstanceMethod_GET_FUNCTION(PyObject *meth) {
67
68
}
69
70
-#endif // !Py_CLASSOBJECT_H
+#endif // !Py_CPYTHON_CLASSOBJECT_H
71
#endif // !Py_LIMITED_API
0 commit comments