Skip to content

Commit

Permalink
work around for RE_SYNTAX_POSIX_AWK not handling heavy recursion.
Browse files Browse the repository at this point in the history
eiso2 test
  • Loading branch information
James Parkinson committed Jul 19, 2021
1 parent 7f75510 commit 19d7c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/eiso2.awk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# nesting allowed

BEGIN {
PROCINFO["re_syntax"] = "RE_SYNTAX_GNU_AWK"
if (!stderr) stderr="/dev/stderr"
}

Expand Down

0 comments on commit 19d7c66

Please sign in to comment.