diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -504,6 +504,7 @@ typedef struct { ParsedFile *file; Block *block; FnExpr *fn; /* which function are we in? (NULL for none) - not used during decls */ + Expression **anon_fns; /* array of pointers to expressions of anonymous functions */ Evaluator *evalr; Identifier main_ident; } CGenerator; |