summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
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;