Rename type ts_stack -> TSStack

This commit is contained in:
Max Brunsfeld 2014-06-28 19:04:14 -07:00
parent 9d4fcf75de
commit 26f612a20d
5 changed files with 22 additions and 22 deletions

View file

@ -7,7 +7,7 @@ enum { sym1, sym2, hidden_sym };
int hidden_symbols[] = { 0, 0, 1 };
describe("stacks", [&]() {
ts_stack stack;
TSStack stack;
before_each([&]() {
stack = ts_stack_make();