diff options
| author | golovasteek <[email protected]> | 2022-02-10 16:48:19 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:19 +0300 |
| commit | 9167a1c2886ac235ffefbb835b1608359d1cff5d (patch) | |
| tree | 7a0c6afb691141e89bb8aec72a8630263a239897 /contrib/tools/python3/src/Include | |
| parent | d8c48ca4b6363a494157ae6afe41157fae5ef5c1 (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-linux.h | 4 | ||||
| -rw-r--r-- | contrib/tools/python3/src/Include/pyconfig-osx.h | 4 |
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 98de8abc72d..3b2ff57c2ba 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 e7e69f735b6..ab3c3629dd1 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 |
