From a7eb36e4ac1eb437f99e2b1d8d8aab93f0767fc1 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Fri, 23 Jan 2026 18:20:25 +0000 Subject: Fix for #93 --- src/ast/ast.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ast/ast.h') diff --git a/src/ast/ast.h b/src/ast/ast.h index 523c1fb..6ef5d7a 100644 --- a/src/ast/ast.h +++ b/src/ast/ast.h @@ -160,8 +160,9 @@ struct ASTNode struct { char *name; - char *args; // Legacy string args. - char *ret_type; // Legacy string return type. + char *generic_params; // + char *args; // Legacy string args. + char *ret_type; // Legacy string return type. ASTNode *body; Type **arg_types; char **defaults; -- cgit v1.2.3