diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-19 14:14:35 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-19 14:14:35 +0000 |
| commit | 59a6975e2f62cb8ebc4893d021f1f11cf4389385 (patch) | |
| tree | 1c55b4b5050a95e5e0d2f63ed1df0cfbdb30eefa /src/parser/parser.h | |
| parent | dca83c5f7cd410c36dae609e0a67461bf067161c (diff) | |
Fix for #75
Diffstat (limited to 'src/parser/parser.h')
| -rw-r--r-- | src/parser/parser.h | 1 |
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; |
