aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--regexec.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42fc8073..eec2d1e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-11 Arnold D. Robbins <arnold@skeeve.com>
+
+ * regexec.c: Stamp out last remaining use of __attribute.
+
2016-04-10 John E. Malmberg <wb8tyw@qsl.net>
* regex_internal.c: Use _GL_ATTRIBUTE_PURE macro
diff --git a/regexec.c b/regexec.c
index 7355aad3..2182371c 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1032,7 +1032,7 @@ prune_impossible_nodes (re_match_context_t *mctx)
since initial states may have constraints like "\<", "^", etc.. */
static inline re_dfastate_t *
-__attribute ((always_inline)) internal_function
+__attribute__ ((always_inline)) internal_function
acquire_init_state_context (reg_errcode_t *err, const re_match_context_t *mctx,
int idx)
{