I made a rebase
This commit is contained in:
@ -1489,7 +1489,7 @@ void print_symbol_table(SymbolTable *table, FILE *file_ptr) {
|
||||
if ((getFirstChild(node)) == NULL) {
|
||||
print_symbol_table(getFirstChild(node), file_ptr);
|
||||
} else {
|
||||
if (getLine(getFirstChild(node)) < 0) {
|
||||
if (getLine(getFirstChild(node)) < -3) {
|
||||
continue;
|
||||
} else {
|
||||
print_symbol_table(getFirstChild(node), file_ptr);
|
||||
@ -1763,4 +1763,4 @@ int getStackSize() {
|
||||
if (i % 16 != 0) i += 8;
|
||||
|
||||
return i;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user