Swap two incorrectly placed comments
This commit is contained in:
parent
62d712c6c7
commit
fe5aa46d8d
1 changed files with 3 additions and 3 deletions
|
|
@ -92,11 +92,11 @@ StackSummary *ts_stack_get_summary(Stack *, StackVersion);
|
||||||
// Get the total cost of all errors on the given version of the stack.
|
// Get the total cost of all errors on the given version of the stack.
|
||||||
unsigned ts_stack_error_cost(const Stack *, StackVersion version);
|
unsigned ts_stack_error_cost(const Stack *, StackVersion version);
|
||||||
|
|
||||||
// Determine whether the given two stack versions can be merged.
|
|
||||||
bool ts_stack_merge(Stack *, StackVersion, StackVersion);
|
|
||||||
|
|
||||||
// Merge the given two stack versions if possible, returning true
|
// Merge the given two stack versions if possible, returning true
|
||||||
// if they were successfully merged and false otherwise.
|
// if they were successfully merged and false otherwise.
|
||||||
|
bool ts_stack_merge(Stack *, StackVersion, StackVersion);
|
||||||
|
|
||||||
|
// Determine whether the given two stack versions can be merged.
|
||||||
bool ts_stack_can_merge(Stack *, StackVersion, StackVersion);
|
bool ts_stack_can_merge(Stack *, StackVersion, StackVersion);
|
||||||
|
|
||||||
TSSymbol ts_stack_resume(Stack *, StackVersion);
|
TSSymbol ts_stack_resume(Stack *, StackVersion);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue