Rename error_depth -> error_count
This commit is contained in:
parent
1d617ab5e0
commit
52ccebbf80
3 changed files with 28 additions and 28 deletions
|
|
@ -95,7 +95,7 @@ StackPopResult ts_stack_pop_pending(Stack *, StackVersion);
|
|||
|
||||
StackPopResult ts_stack_pop_all(Stack *, StackVersion);
|
||||
|
||||
unsigned ts_stack_error_depth(const Stack *, StackVersion);
|
||||
unsigned ts_stack_error_count(const Stack *, StackVersion);
|
||||
|
||||
unsigned ts_stack_error_cost(const Stack *, StackVersion);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue