diff options
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ static bool DEBUG_UNDERSCORE(add_ident_decls)(SOURCE_LOCATION_PARAMS Block *b, D continue; } } + IdentDecl *idecl = ident_add_decl(*ident, d, b); #ifdef TOC_DEBUG idecl->src_file = src_file; |