diff options
Diffstat (limited to 'parse/parse.h')
-rw-r--r-- | parse/parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parse/parse.h b/parse/parse.h index aaba54f..07c0e03 100644 --- a/parse/parse.h +++ b/parse/parse.h @@ -205,6 +205,8 @@ struct Node { Node **init; /* all __init__ function names of our deps. NB, this is a Nname, not an Ndecl */ size_t ninit; + Node **impl; /* impls defined in this file, across all namespaces */ + size_t nimpl; Node *localinit;/* and the local one, if any */ Stab *globls; /* global symtab */ Stab *builtins; /* global symtab */ |