diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ static void print_val(Value v, Type *t); static void print_token(Token *t); static void print_block(Block *b); +static void print_decl(Declaration *d); static void print_block_location(Block *b); |