Fix error when wrong language name is passed to load_language

This commit is contained in:
Max Brunsfeld 2023-11-24 20:25:28 -08:00
parent bd0796d11d
commit e9289d3b30
3 changed files with 38 additions and 22 deletions

View file

@ -1,6 +1,4 @@
#include "./language.h"
#include "./subtree.h"
#include "./error_costs.h"
#include <string.h>
uint32_t ts_language_symbol_count(const TSLanguage *self) {