fix the handling of 'pre' in the C runtime

This commit is contained in:
kr.angelov
2013-10-28 12:35:37 +00:00
parent cd5a0de253
commit 151f86c1e9
5 changed files with 130 additions and 12 deletions

View File

@@ -1142,7 +1142,9 @@ pgf_read_concrete(PgfReader* rdr, PgfAbstr* abstr)
concr->sequences =
pgf_read_sequences(rdr);
gu_return_on_exn(rdr->err, NULL);
concr->pre_sequences = gu_new_buf(PgfSequence, rdr->opool);
concr->cncfuns =
pgf_read_cncfuns(rdr, abstr, concr);
gu_return_on_exn(rdr->err, NULL);