Clean up some methods in parser.c

This commit is contained in:
Max Brunsfeld 2016-11-14 17:25:55 -08:00
parent 6fd0b5557d
commit e7217f1bac
4 changed files with 79 additions and 69 deletions

View file

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