diff options
Diffstat (limited to 'bootstrap/main.c')
| -rw-r--r-- | bootstrap/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/main.c b/bootstrap/main.c index 95759af..9432dcb 100644 --- a/bootstrap/main.c +++ b/bootstrap/main.c @@ -11,4 +11,5 @@ main(int argc, char **argv) { parse(&cf, &P); // dumptransunit(&tu); cgen(stdout, &cf); + // prialltypes(); } |