diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 06:14:15 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 06:14:15 +0300 |
commit | 364d80abf47610074106cdbddbd1c2b9c9b04dae (patch) | |
tree | 38f74296347051ba7d2ef6636d7a2b6b56e7c073 /regexec.c | |
parent | 9835159a2395bb5fe1901488d2f7398fd69bfdb0 (diff) | |
parent | 6092c101ecfd99fe59fcba000999aad9b322ba49 (diff) | |
download | egawk-364d80abf47610074106cdbddbd1c2b9c9b04dae.tar.gz egawk-364d80abf47610074106cdbddbd1c2b9c9b04dae.tar.bz2 egawk-364d80abf47610074106cdbddbd1c2b9c9b04dae.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |