mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
get rid of the destructive updates for seq_ids
This commit is contained in:
@@ -575,9 +575,9 @@ void PgfPrinter::sequence(ref<PgfSequence> seq)
|
||||
}
|
||||
}
|
||||
|
||||
void PgfPrinter::seq_id(size_t seq_id)
|
||||
void PgfPrinter::seq_id(PgfPhrasetableIds *seq_ids, ref<PgfSequence> seq)
|
||||
{
|
||||
nprintf(5, "S%zu", seq_id);
|
||||
nprintf(5, "S%zu", seq_ids->get(seq));
|
||||
}
|
||||
|
||||
void PgfPrinter::free_ref(object x)
|
||||
|
||||
Reference in New Issue
Block a user