PRIVATE: added some data structure to hold exit information
This commit is contained in:
parent
2a04c04c35
commit
40b7bc29e9
8 changed files with 168 additions and 37 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue