PRIVATE: added some data structure to hold exit information

This commit is contained in:
neuromancer 2021-01-07 23:10:19 -03:00 committed by Eugene Sandulenko
parent 2a04c04c35
commit 40b7bc29e9
8 changed files with 168 additions and 37 deletions

View file

@ -175,7 +175,7 @@ int eval() /* evaluate variable on stack */
} else if (d.u.sym->type == NAME) {
//debug("NAME %s", d.sym->name->c_str());
//d.sym = d.sym;
}
}
else
assert(0);