mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
first draft of the new allocator with transactions support
This commit is contained in:
@@ -421,7 +421,7 @@ void PgfWriter::write_concrete(ref<PgfConcr> concr)
|
||||
void PgfWriter::write_pgf(ref<PgfPGF> pgf)
|
||||
{
|
||||
write_u16be(pgf->major_version);
|
||||
write_u16be(pgf->minor_version);
|
||||
write_u16be(pgf->minor_version);
|
||||
|
||||
write_namespace<PgfFlag>(pgf->gflags, &PgfWriter::write_flag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user