feat: fix compiler warnings and generate grammar for tree-sitter 0.25
This commit is contained in:
committed by
Michael Hoffmann
parent
ecb799c619
commit
91ab40725d
@@ -97,7 +97,7 @@ typedef struct {
|
||||
char *data;
|
||||
} String;
|
||||
|
||||
String string_new() { return (String){.cap = 16, .len = 0, .data = calloc(1, sizeof(char) * 17)}; }
|
||||
static String string_new() { return (String){.cap = 16, .len = 0, .data = calloc(1, sizeof(char) * 17)}; }
|
||||
|
||||
typedef struct {
|
||||
ContextType type;
|
||||
|
||||
Reference in New Issue
Block a user