mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 12:02:50 -06:00
a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified
This commit is contained in:
@@ -112,7 +112,7 @@ pgf_item_lin_idx(PgfItem* item);
|
||||
|
||||
void
|
||||
pgf_item_sequence(PgfItem* item,
|
||||
size_t* lin_idx, PgfSequence* seq,
|
||||
size_t* lin_idx, PgfSequence** seq,
|
||||
GuPool* pool);
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user