summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Include
diff options
context:
space:
mode:
authorsay <[email protected]>2022-02-10 16:48:19 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:19 +0300
commita6a6f6e1e77c7d7d0cdfad61c093e061d6fb5782 (patch)
tree4ba72c2b9370316395657a82e1952eebbe587ade /contrib/tools/python3/src/Include
parent24e42061bd52ed0f06dff42f3db89414ba1d186e (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/src/Include')
-rw-r--r--contrib/tools/python3/src/Include/pyconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig.h b/contrib/tools/python3/src/Include/pyconfig.h
index 965b9e1be4d..7924e7fb457 100644
--- a/contrib/tools/python3/src/Include/pyconfig.h
+++ b/contrib/tools/python3/src/Include/pyconfig.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef Py_BUILD_CORE
-#define ABIFLAGS ""
+#define ABIFLAGS ""
#define PREFIX "/var/empty"
#define EXEC_PREFIX "/var/empty"
#define VERSION "3.9"
@@ -11,11 +11,11 @@
#if defined(__linux__)
#define PLATFORM "linux"
#define MULTIARCH "x86_64-linux-gnu"
-#define SOABI "cpython-39-x86_64-linux-gnu"
+#define SOABI "cpython-39-x86_64-linux-gnu"
#elif defined(__APPLE__)
#define PLATFORM "darwin"
#define MULTIARCH "darwin"
-#define SOABI "cpython-39-darwin"
+#define SOABI "cpython-39-darwin"
#endif
#endif