mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
use size_t consistently as the type for constituent indices in the C runtime
This commit is contained in:
@@ -106,12 +106,12 @@ PgfExpr
|
||||
pgf_parse_best_result(PgfParseState* state, GuPool* pool);
|
||||
|
||||
|
||||
int
|
||||
size_t
|
||||
pgf_item_lin_idx(PgfItem* item);
|
||||
|
||||
void
|
||||
pgf_item_sequence(PgfItem* item,
|
||||
int* lin_idx, PgfSequence* seq,
|
||||
size_t* lin_idx, PgfSequence* seq,
|
||||
GuPool* pool);
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user