This commit is contained in:
Christoffer Lerno
2025-09-22 23:08:11 +02:00
parent cfe6534c15
commit 3ccabd625c
29 changed files with 206 additions and 206 deletions

View File

@@ -269,11 +269,11 @@ static void register_generic_decls(CompilationUnit *unit, Decl **decls)
case DECL_ATTRIBUTE:
case DECL_BITSTRUCT:
case DECL_CONST_ENUM:
case DECL_DISTINCT:
case DECL_TYPEDEF:
case DECL_ENUM:
case DECL_INTERFACE:
case DECL_STRUCT:
case DECL_TYPEDEF:
case DECL_TYPE_ALIAS:
case DECL_UNION:
case DECL_VAR:
break;