From 8ba34e95809188fb1c11fe8e581661caf7b8546f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 11 Apr 2016 06:05:57 +0300 Subject: Stamp out __attribute. --- regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regexec.c') 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) { -- cgit v1.2.3