aboutsummaryrefslogtreecommitdiffstats
path: root/regexec.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-06-14 19:08:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-06-14 19:08:26 +0300
commitc281360e41563f20b36645896e01ae9bafd52b52 (patch)
tree018007bb9fae3816742319c7133432c04eafb058 /regexec.c
parent367417c47be947ed7d0af7b430af5ff1626bf7c1 (diff)
downloadegawk-c281360e41563f20b36645896e01ae9bafd52b52.tar.gz
egawk-c281360e41563f20b36645896e01ae9bafd52b52.tar.bz2
egawk-c281360e41563f20b36645896e01ae9bafd52b52.zip
Replace __attribute with __attribute__ in regex routines.
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 31bb9e66..cff69bfc 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1059,7 +1059,7 @@ prune_impossible_nodes (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)
{