summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-28 13:59:24 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-28 13:59:24 -0400
commit1661532486d742462f834d2e57f1ad827d6e8916 (patch)
tree67ffb590c5a10bc85a85d16a4792e48342545524 /main.c
parent62dfeef42d6c2e279165b6dbe73ee3abf98db146 (diff)
cleaned up code; fixed some function stuff
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2776f59..0a3d00b 100644
--- a/main.c
+++ b/main.c
@@ -55,6 +55,8 @@ int main(int argc, char **argv) {
fprint_parsed_file(stdout, &f);
tokr_free(&t);
+ types_file(&f);
+
/* TODO (eventually): use a tmp file (don't overwrite old output if there's an error) */
const char *c_out_filename = "out.c";
const char *h_out_filename = "out.h";