Rename type ts_stack -> TSStack
This commit is contained in:
parent
9d4fcf75de
commit
26f612a20d
5 changed files with 22 additions and 22 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue