use size_t consistently as the type for constituent indices in the C runtime

This commit is contained in:
kr.angelov
2012-11-12 12:51:27 +00:00
parent 6784a4c76e
commit cce22a7f7a
3 changed files with 12 additions and 12 deletions

View File

@@ -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