diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ /* forward declarations for debugging */ static void print_val(Value v, Type *t); static void print_token(Token *t); +static void print_block(Block *b); +static void print_block_location(Block *b); /* misc */ |