summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index 9a5be2f..3b09888 100644
--- a/toc.c
+++ b/toc.c
@@ -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 */