From 5c1716417609ac2cea1470b3d3bb38a6e758279a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 1 Sep 2025 23:32:41 +0900 Subject: feat: support array type in struct/union members --- src/ast.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 13fbf55..399befc 100644 --- a/src/ast.h +++ b/src/ast.h @@ -116,7 +116,6 @@ enum AstNodeKind { AstNodeKind_unary_expr, AstNodeKind_union_decl, AstNodeKind_union_def, - AstNodeKind_union_member, // Intermediate ASTs: they are used only in parsing, not for parse result. AstNodeKind_declarator, -- cgit v1.2.3-70-g09d2