Fix stack spec on gcc
This commit is contained in:
parent
deaa7e2755
commit
652fa2f8a5
3 changed files with 11 additions and 27 deletions
|
|
@ -8,13 +8,7 @@ enum {
|
|||
pig = 4,
|
||||
};
|
||||
|
||||
static const char *names[] = {
|
||||
[ts_builtin_sym_error] = "error",
|
||||
[ts_builtin_sym_end] = "end",
|
||||
[cat] = "cat",
|
||||
[dog] = "dog",
|
||||
[pig] = "pig",
|
||||
};
|
||||
static const char *names[] = { "error", "end", "cat", "dog", "pig" };
|
||||
|
||||
describe("trees", []() {
|
||||
ts_tree *tree1, *tree2, *parent1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue