diff --git a/runner.c b/runner.c index 93c9991..56fa776 100644 --- a/runner.c +++ b/runner.c @@ -87,7 +87,7 @@ int run(FILE *alpha) { if (st_flag != NULL) { //output symbol table, file pointer is - print_symbol_table(top,st_flag); + //print_symbol_table(top,st_flag); } if (yyin != NULL) {