From c875f8795586056a676e8a643a44211041ce44d2 Mon Sep 17 00:00:00 2001 From: Galin Simeonov Date: Fri, 4 Jun 2021 22:49:33 +0300 Subject: various stuffs --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 1ad3ae6..9467ace 100644 --- a/src/main.c +++ b/src/main.c @@ -52,7 +52,7 @@ int main(int argc,char **argv) print_ast((struct AST*)translation_unit); }else if(options->target==OPTION_TARGET_C) { - ast_to_c(options->output_name,translation_unit); + ast_to_c(options->output_name,translation_unit,options); } delete_ast((struct AST*)translation_unit); } -- cgit v1.2.3