diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-19 13:50:15 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-09-19 13:50:15 -0400 |
commit | fb3e9b6da2aaf0d6cf1f31ab26419c3d83ed61e8 (patch) | |
tree | 55a143d66b2abc082db5e13a919c0fed1e265e33 /main.c | |
parent | 46b5ce1b8f52329a18095da9ca4a5ee58345ff92 (diff) | |
parent | 16ac802f5a8cfa961c92669f8e1fc66ff769fbdf (diff) |
added arg type checking
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ int main(int argc, char **argv) { return EXIT_FAILURE; } + block_enter(NULL, &f.stmts); /* enter global scope */ if (!types_file(&f)) { err_fprint(TEXT_IMPORTANT("Errors occured while determining types.\n")); |