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