summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-03-18 14:30:54 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-03-18 14:30:54 -0400
commit6fe4515f37bfe6ab12c85c4fa2f0242a922245cd (patch)
treeebd67c2ee4c538df8fa5611fd2027721519fd9b7 /toc.c
parent951d809ec95c89601bfd293fb4f88432d88c288d (diff)
defer seems to be working with functions now
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index 6c1932d..dd9bd46 100644
--- a/toc.c
+++ b/toc.c
@@ -92,6 +92,7 @@ static void print_token(Token *t);
static void print_type(Type *t);
static void print_block(Block *b);
static void print_decl(Declaration *d);
+static void print_stmt(Statement *s);
static void print_block_location(Block *b);