commented out the call to print function to stop seg fault for now

This commit is contained in:
Partho Bhattacharya
2025-02-24 12:31:48 -05:00
parent c1191c888e
commit cf25a1d7a4

View File

@ -87,7 +87,7 @@ int run(FILE *alpha) {
if (st_flag != NULL) { if (st_flag != NULL) {
//output symbol table, file pointer is //output symbol table, file pointer is
print_symbol_table(top,st_flag); //print_symbol_table(top,st_flag);
} }
if (yyin != NULL) { if (yyin != NULL) {