mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
added working transactions. still not atomic
This commit is contained in:
@@ -211,7 +211,7 @@ PgfType PgfDBUnmarshaller::dtyp(int n_hypos, PgfTypeHypo *hypos,
|
||||
}
|
||||
ty->exprs = vector_new<PgfExpr>(n_exprs);
|
||||
for (size_t i = 0; i < n_exprs; i++) {
|
||||
vector_elem(ty->exprs,i) = m->match_expr(this, exprs[i]);
|
||||
*vector_elem(ty->exprs,i) = m->match_expr(this, exprs[i]);
|
||||
}
|
||||
|
||||
return ty.as_object();
|
||||
|
||||
Reference in New Issue
Block a user