diff options
author | leo <leo@yandex-team.ru> | 2022-02-10 16:46:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:40 +0300 |
commit | 980edcd3304699edf9d4e4d6a656e585028e2a72 (patch) | |
tree | 139f47f3911484ae9af0eb347b1a88bd6c4bb35f /contrib/tools/bison/gnulib/platform/win64 | |
parent | b036a557f285146e5e35d4213e29a094ab907bcf (diff) | |
download | ydb-980edcd3304699edf9d4e4d6a656e585028e2a72.tar.gz |
Restoring authorship annotation for <leo@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/bison/gnulib/platform/win64')
-rw-r--r-- | contrib/tools/bison/gnulib/platform/win64/config.h | 2 | ||||
-rw-r--r-- | contrib/tools/bison/gnulib/platform/win64/math.h | 12 | ||||
-rw-r--r-- | contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled | 18 |
3 files changed, 16 insertions, 16 deletions
diff --git a/contrib/tools/bison/gnulib/platform/win64/config.h b/contrib/tools/bison/gnulib/platform/win64/config.h index cf3d366e18..51e6b982a2 100644 --- a/contrib/tools/bison/gnulib/platform/win64/config.h +++ b/contrib/tools/bison/gnulib/platform/win64/config.h @@ -911,7 +911,7 @@ /* #undef HAVE_SLEEP */ /* Define to 1 if you have the `snprintf' function. */ -#define HAVE_SNPRINTF 1 +#define HAVE_SNPRINTF 1 /* Define if the return value of the snprintf function is the number of of bytes (excluding the terminating NUL) that would have been produced if the diff --git a/contrib/tools/bison/gnulib/platform/win64/math.h b/contrib/tools/bison/gnulib/platform/win64/math.h index b2a0023d11..04629dc036 100644 --- a/contrib/tools/bison/gnulib/platform/win64/math.h +++ b/contrib/tools/bison/gnulib/platform/win64/math.h @@ -34,8 +34,8 @@ #define _GL_M4_MATH_H #if _MSC_VER >= 1800 // [ -#else // ] _MSC_VER >= 1600 [ - +#else // ] _MSC_VER >= 1600 [ + #ifndef _GL_INLINE_HEADER_BEGIN #error "Please include config.h first." #endif @@ -1289,7 +1289,7 @@ _GL_WARN_ON_USE (frexpf, "frexpf is unportable - " If x is zero: mantissa = x, exp = 0. If x is infinite or NaN: mantissa = x, exp unspecified. Store exp in *EXPPTR and return mantissa. */ -#if 0 +#if 0 # if 1 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define frexp rpl_frexp @@ -1314,7 +1314,7 @@ _GL_WARN_ON_USE (frexp, "frexp is unportable - " If x is zero: mantissa = x, exp = 0. If x is infinite or NaN: mantissa = x, exp unspecified. Store exp in *EXPPTR and return mantissa. */ -#if 0 +#if 0 # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef frexpl # define frexpl rpl_frexpl @@ -2593,7 +2593,7 @@ _GL_WARN_REAL_FLOATING_DECL (signbit); _GL_INLINE_HEADER_END -#endif - +#endif + #endif /* _GL_M4_MATH_H */ #endif /* _GL_M4_MATH_H */ diff --git a/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled b/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled index 35ff0479f4..4ca637e223 100644 --- a/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled +++ b/contrib/tools/bison/gnulib/platform/win64/stdint.h.disabled @@ -35,9 +35,9 @@ #endif // _MSC_VER ] -#ifndef _MSC_STDINT_H_ - -#if _MSC_VER >= 1600 +#ifndef _MSC_STDINT_H_ + +#if _MSC_VER >= 1600 # ifndef __clang__ # include <../include/stdint.h> # else @@ -45,11 +45,11 @@ # endif #endif -#ifndef _MSC_STDINT_H_ -#define _MSC_STDINT_H_ - -#if _MSC_VER < 1600 +#ifndef _MSC_STDINT_H_ +#define _MSC_STDINT_H_ +#if _MSC_VER < 1600 + #include <limits.h> // For Visual Studio 6 in C++ mode and for many Visual Studio versions when @@ -259,7 +259,7 @@ typedef uint64_t uintmax_t; #endif // __STDC_CONSTANT_MACROS ] -#endif // _MSC_VER < 1600 ] +#endif // _MSC_VER < 1600 ] #endif // _MSC_STDINT_H_ ] -#endif // _MSC_STDINT_H_ ] +#endif // _MSC_STDINT_H_ ] |