aboutsummaryrefslogtreecommitdiffstats
path: root/regexec.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-11 06:05:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-11 06:05:57 +0300
commit8ba34e95809188fb1c11fe8e581661caf7b8546f (patch)
treea1a4f67c07e585f5bcfe11bd5f8e619b4817264c /regexec.c
parente8fcc3fbc7e9c51e90233fecb2584b851260b565 (diff)
downloadegawk-8ba34e95809188fb1c11fe8e581661caf7b8546f.tar.gz
egawk-8ba34e95809188fb1c11fe8e581661caf7b8546f.tar.bz2
egawk-8ba34e95809188fb1c11fe8e581661caf7b8546f.zip
Stamp out __attribute.
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
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)
{