fix(clang-tidy): for clang, function cannot return bool if it takes no arguments ????

This commit is contained in:
Matteo Flebus 2026-01-30 18:26:56 +01:00
parent fd59d63c47
commit fcfc7fedc9
4 changed files with 4 additions and 4 deletions

View file

@ -91,7 +91,7 @@ static bool init_firsts_map(void)
// === Functions
bool grammar_init(void)
int grammar_init(void)
{
// Initialize the firsts map
bool success = init_firsts_map();