summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Include
diff options
context:
space:
mode:
authorgolovasteek <[email protected]>2022-02-10 16:48:19 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:19 +0300
commit24e42061bd52ed0f06dff42f3db89414ba1d186e (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /contrib/tools/python3/src/Include
parent9167a1c2886ac235ffefbb835b1608359d1cff5d (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/src/Include')
-rw-r--r--contrib/tools/python3/src/Include/pyconfig-linux.h4
-rw-r--r--contrib/tools/python3/src/Include/pyconfig-osx.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/src/Include/pyconfig-linux.h
index 3b2ff57c2ba..98de8abc72d 100644
--- a/contrib/tools/python3/src/Include/pyconfig-linux.h
+++ b/contrib/tools/python3/src/Include/pyconfig-linux.h
@@ -1466,9 +1466,9 @@
#define SIZEOF_SHORT 2
/* The size of `size_t', as computed by sizeof. */
-#if !defined(SIZEOF_SIZE_T)
+#if !defined(SIZEOF_SIZE_T)
#define SIZEOF_SIZE_T 8
-#endif
+#endif
/* The size of `time_t', as computed by sizeof. */
#define SIZEOF_TIME_T 8
diff --git a/contrib/tools/python3/src/Include/pyconfig-osx.h b/contrib/tools/python3/src/Include/pyconfig-osx.h
index ab3c3629dd1..e7e69f735b6 100644
--- a/contrib/tools/python3/src/Include/pyconfig-osx.h
+++ b/contrib/tools/python3/src/Include/pyconfig-osx.h
@@ -1464,9 +1464,9 @@
#define SIZEOF_SHORT 2
/* The size of `size_t', as computed by sizeof. */
-#if !defined(SIZEOF_SIZE_T)
+#if !defined(SIZEOF_SIZE_T)
#define SIZEOF_SIZE_T 8
-#endif
+#endif
/* The size of `time_t', as computed by sizeof. */
#define SIZEOF_TIME_T 8