diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-14 19:08:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-14 19:08:26 +0300 |
commit | c281360e41563f20b36645896e01ae9bafd52b52 (patch) | |
tree | 018007bb9fae3816742319c7133432c04eafb058 /regexec.c | |
parent | 367417c47be947ed7d0af7b430af5ff1626bf7c1 (diff) | |
download | egawk-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |