diff options
| author | snermolaev <[email protected]> | 2022-02-10 16:45:53 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:53 +0300 | 
| commit | 7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/tools/python3/src/Include | |
| parent | 2015790ac9fcc04caab83fccc23ab2460310a797 (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.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig-linux.h b/contrib/tools/python3/src/Include/pyconfig-linux.h index 4f85b67e885..98de8abc72d 100644 --- a/contrib/tools/python3/src/Include/pyconfig-linux.h +++ b/contrib/tools/python3/src/Include/pyconfig-linux.h @@ -413,9 +413,9 @@  /* Define if we can use gcc inline assembler to get and set x87 control word     */ -#if defined(__x86_64__) || defined(__i386__)  +#if defined(__x86_64__) || defined(__i386__)  #define HAVE_GCC_ASM_FOR_X87 1 -#endif  +#endif  /* Define if your compiler provides __uint128_t */  #define HAVE_GCC_UINT128_T 1  | 
