aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison
diff options
context:
space:
mode:
authormelkov <melkov@yandex-team.ru>2022-02-10 16:48:14 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:14 +0300
commit2c532b38e6aeb4fd88531027c7335690fd34c4e5 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /contrib/tools/bison
parent438546c8737d5c1fdeb31157dcf999717d930eec (diff)
downloadydb-2c532b38e6aeb4fd88531027c7335690fd34c4e5.tar.gz
Restoring authorship annotation for <melkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/bison')
-rw-r--r--contrib/tools/bison/gnulib/platform/win64/config.h2
-rw-r--r--contrib/tools/bison/gnulib/platform/win64/math.h2
-rw-r--r--contrib/tools/bison/m4/src/m4.c10
3 files changed, 7 insertions, 7 deletions
diff --git a/contrib/tools/bison/gnulib/platform/win64/config.h b/contrib/tools/bison/gnulib/platform/win64/config.h
index 316f866ca1..cf3d366e18 100644
--- a/contrib/tools/bison/gnulib/platform/win64/config.h
+++ b/contrib/tools/bison/gnulib/platform/win64/config.h
@@ -964,7 +964,7 @@
/* Define to 1 if you have the `strsignal' function. */
/* #undef HAVE_STRSIGNAL */
-char *strsignal (int signum);
+char *strsignal (int signum);
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
#define HAVE_STRUCT_LCONV_DECIMAL_POINT 1
diff --git a/contrib/tools/bison/gnulib/platform/win64/math.h b/contrib/tools/bison/gnulib/platform/win64/math.h
index a37cb0c3e6..b2a0023d11 100644
--- a/contrib/tools/bison/gnulib/platform/win64/math.h
+++ b/contrib/tools/bison/gnulib/platform/win64/math.h
@@ -33,7 +33,7 @@
#ifndef _GL_M4_MATH_H
#define _GL_M4_MATH_H
-#if _MSC_VER >= 1800 // [
+#if _MSC_VER >= 1800 // [
#else // ] _MSC_VER >= 1600 [
#ifndef _GL_INLINE_HEADER_BEGIN
diff --git a/contrib/tools/bison/m4/src/m4.c b/contrib/tools/bison/m4/src/m4.c
index 78b830916b..2c03154471 100644
--- a/contrib/tools/bison/m4/src/m4.c
+++ b/contrib/tools/bison/m4/src/m4.c
@@ -364,9 +364,9 @@ process_file (const char *name)
int
main (int argc, char *const *argv)
{
-#if !defined(_WIN32) && !defined(_WIN64)
+#if !defined(_WIN32) && !defined(_WIN64)
struct sigaction act;
-#endif
+#endif
macro_definition *head; /* head of deferred argument list */
macro_definition *tail;
macro_definition *defn;
@@ -402,9 +402,9 @@ main (int argc, char *const *argv)
signal_message[SIGFPE] = xstrdup (strsignal (SIGFPE));
if (SIGBUS != SIGILL && SIGBUS != SIGSEGV)
signal_message[SIGBUS] = xstrdup (strsignal (SIGBUS));
-#if !defined(_WIN32) && !defined(_WIN64)
- // No such signals on Windows
- sigemptyset(&act.sa_mask);
+#if !defined(_WIN32) && !defined(_WIN64)
+ // No such signals on Windows
+ sigemptyset(&act.sa_mask);
/* One-shot - if we fault while handling a fault, we want to revert
to default signal behavior. */
act.sa_flags = SA_NODEFER | SA_RESETHAND;