[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-298
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2984-gffea449 |
Date: |
Wed, 27 Jun 2018 13:18:30 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via ffea4491ee78863f024b34106514b282e281576b (commit)
from c7d9eb0bb45e11da69c420488aa7af865f2ed5bd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=ffea4491ee78863f024b34106514b282e281576b
commit ffea4491ee78863f024b34106514b282e281576b
Author: Arnold D. Robbins <address@hidden>
Date: Wed Jun 27 20:18:04 2018 +0300
Small simplification to support/regex_internal.h.
diff --git a/support/ChangeLog b/support/ChangeLog
index 6dc5def..2bf4416 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-21 Arnold D. Robbins <address@hidden>
+
+ * regex_internal.h: Simplify undefining inline and defining to empty.
+ Thanks to Florian Weimer <address@hidden> for the suggestion.
+
2018-03-13 Arnold D. Robbins <address@hidden>
* getopt.c: Update copyright year.
diff --git a/support/regex_internal.h b/support/regex_internal.h
index f97ecbe..cdd6e3a 100644
--- a/support/regex_internal.h
+++ b/support/regex_internal.h
@@ -111,9 +111,7 @@ is_blank (int c)
# define BE(expr, val) __builtin_expect (expr, val)
#else
# define BE(expr, val) (expr)
-# ifdef inline
# undef inline
-# endif
# define inline
#endif
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 5 +++++
support/regex_internal.h | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2984-gffea449,
Arnold Robbins <=