summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Include/sysmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/src/Include/sysmodule.h')
-rw-r--r--contrib/tools/python3/src/Include/sysmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python3/src/Include/sysmodule.h b/contrib/tools/python3/src/Include/sysmodule.h
index 4c324126f06..670e5d283f7 100644
--- a/contrib/tools/python3/src/Include/sysmodule.h
+++ b/contrib/tools/python3/src/Include/sysmodule.h
@@ -30,9 +30,9 @@ PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
PyAPI_FUNC(PyObject *) PySys_GetXOptions(void);
#ifndef Py_LIMITED_API
-# define Py_CPYTHON_SYSMODULE_H
-# include "cpython/sysmodule.h"
-# undef Py_CPYTHON_SYSMODULE_H
+# define Py_CPYTHON_SYSMODULE_H
+# include "cpython/sysmodule.h"
+# undef Py_CPYTHON_SYSMODULE_H
#endif
#ifdef __cplusplus