From bc96b9a42e3ee59759e6d63cd5f1617bc6a20f1e Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 5 Jan 2020 21:36:26 -0500 Subject: package names --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index bcdec84..e7b8567 100644 --- a/main.c +++ b/main.c @@ -124,9 +124,8 @@ int main(int argc, char **argv) { #ifdef TOC_DEBUG FILE *out_pkg = fopen("out.top", "wb"); - exptr_create(&exptr, out_pkg); + exptr_create(&exptr, out_pkg, contents); exptr.export_locations = false; - exptr_start(&exptr, contents); #endif if (!block_enter(NULL, f.stmts, SCOPE_CHECK_REDECL)) /* enter global scope */ return false; -- cgit v1.2.3