commented out the call to print function to stop seg fault for now
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user