Compound expression for union
This commit is contained in:
@@ -192,7 +192,7 @@ int main(int argument_count, char **arguments) {
|
||||
|
||||
else {
|
||||
String program_name = string_from_cstring(arguments[1]);
|
||||
compile_file(&arena, program_name, COMPILE_PRINT_STATS);
|
||||
compile_file(&arena, program_name, COMPILE_PRINT_STATS | COMPILE_AND_RUN);
|
||||
}
|
||||
}
|
||||
printf("End of program\n");
|
||||
|
||||
Reference in New Issue
Block a user