Rename error_size -> error_cost

This commit is contained in:
Max Brunsfeld 2016-08-30 10:58:25 -07:00
parent 52ccebbf80
commit 1d0f6c3cc0
4 changed files with 12 additions and 12 deletions

View file

@ -33,7 +33,7 @@ typedef struct TSTree {
TSSymbol symbol;
TSStateId parse_state;
size_t error_size;
size_t error_cost;
struct {
TSSymbol symbol;