Allow declaring type synonyms

This commit is contained in:
2025-01-07 14:37:30 +01:00
parent ed1bb621d6
commit 2d61828903
13 changed files with 274 additions and 97 deletions

View File

@ -197,7 +197,7 @@ static tree elna_langhook_builtin_function(tree decl)
static bool elna_langhook_global_bindings_p(void)
{
gcc_unreachable();
return false;
}
static tree elna_langhook_pushdecl(tree decl ATTRIBUTE_UNUSED)