diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 06:13:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-11 06:13:54 +0300 |
commit | 6092c101ecfd99fe59fcba000999aad9b322ba49 (patch) | |
tree | 5b8d63210d006645e73cf749416fe44dcf374e10 /regexec.c | |
parent | e3b245bc14e812d023e589c5f6508288d7d161e4 (diff) | |
parent | df7f609e7de6a2d5db52dbd908767a60900565fe (diff) | |
download | egawk-6092c101ecfd99fe59fcba000999aad9b322ba49.tar.gz egawk-6092c101ecfd99fe59fcba000999aad9b322ba49.tar.bz2 egawk-6092c101ecfd99fe59fcba000999aad9b322ba49.zip |
Merge branch 'gawk-4.1-stable'
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) { |