Rename Vector -> Array

This commit is contained in:
Max Brunsfeld 2016-02-17 20:41:29 -08:00
parent 6fa7eca966
commit 3d7df851b5
8 changed files with 152 additions and 155 deletions

View file

@ -42,5 +42,5 @@ TSInput ts_string_input_make(const char *string) {
};
error:
return (TSInput){NULL, NULL, NULL, TSInputEncodingUTF8};
return (TSInput){ NULL, NULL, NULL, TSInputEncodingUTF8 };
}