+ fix: Oniguruma bugfix (upd: 2020-02.29)

This commit is contained in:
Rainer Kottenhoff 2020-02-29 11:45:38 +01:00
parent 1ed9a06d95
commit 6d15202c7d

View File

@ -8645,10 +8645,9 @@ onig_parse_tree(Node** root, const UChar* pattern, const UChar* end,
p = (UChar* )pattern;
r = parse_regexp(root, &p, (UChar* )end, env);
#ifdef USE_CALL
if (r != 0) return r;
#ifdef USE_CALL
if (env->has_call_zero != 0) {
Node* zero_node;
r = make_call_zero_body(*root, env, &zero_node);