summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/toc.c b/toc.c
index 6d68950..1a6684c 100644
--- a/toc.c
+++ b/toc.c
@@ -17,6 +17,10 @@
#include <inttypes.h>
#include "types.h"
+
+/* forward declarations for debugging */
+static void print_val(Value v, Type *t);
+
#include "allocator.c"
#include "arr.c"
#include "location.c"