summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-19 14:14:35 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-19 14:14:35 +0000
commit59a6975e2f62cb8ebc4893d021f1f11cf4389385 (patch)
tree1c55b4b5050a95e5e0d2f63ed1df0cfbdb30eefa /src/parser/parser.h
parentdca83c5f7cd410c36dae609e0a67461bf067161c (diff)
Fix for #75
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h1
1 files changed, 1 insertions, 0 deletions
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;