From 59a6975e2f62cb8ebc4893d021f1f11cf4389385 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Mon, 19 Jan 2026 14:14:35 +0000 Subject: Fix for #75 --- src/parser/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser/parser.h') diff --git a/src/parser/parser.h b/src/parser/parser.h index cfe486d..b3837eb 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -243,6 +243,7 @@ struct ParserContext // Config/State char *current_impl_struct; + ASTNode *current_impl_methods; // Head of method list for current impl block // Internal tracking DeprecatedFunc *deprecated_funcs; -- cgit v1.2.3