mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
fix in the C parser
This commit is contained in:
@@ -1846,10 +1846,11 @@ pgf_get_tokens(PgfSequence seq,
|
|||||||
tok_idx = 0;
|
tok_idx = 0;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
continue;
|
goto end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
end:;
|
||||||
GuString tokens = gu_string_buf_freeze(sbuf, pool);
|
GuString tokens = gu_string_buf_freeze(sbuf, pool);
|
||||||
|
|
||||||
gu_pool_free(tmp_pool);
|
gu_pool_free(tmp_pool);
|
||||||
|
|||||||
Reference in New Issue
Block a user