Clean up some methods in parser.c
This commit is contained in:
parent
6fd0b5557d
commit
e7217f1bac
4 changed files with 79 additions and 69 deletions
|
|
@ -105,7 +105,7 @@ bool ts_stack_is_halted(Stack *, StackVersion);
|
|||
|
||||
void ts_stack_renumber_version(Stack *, StackVersion, StackVersion);
|
||||
|
||||
StackVersion ts_stack_duplicate_version(Stack *, StackVersion);
|
||||
StackVersion ts_stack_copy_version(Stack *, StackVersion);
|
||||
|
||||
/*
|
||||
* Remove the given version from the stack.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue