From cf25a1d7a421b2aac2df52bfac1193dad68126df Mon Sep 17 00:00:00 2001 From: Partho Bhattacharya Date: Mon, 24 Feb 2025 12:31:48 -0500 Subject: [PATCH] commented out the call to print function to stop seg fault for now --- runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {