- Fixed error in error reporting :-\

- Added intruder construction nodes.
- Several cleanups.
This commit is contained in:
ccremers
2004-08-13 20:09:12 +00:00
parent a3828a028f
commit fe16785982
4 changed files with 99 additions and 71 deletions

View File

@@ -601,7 +601,7 @@ termLocal (Term t, Termlist fromlist, Termlist tolist, const int runid)
if (t == NULL)
return NULL;
deVar (t); // remove any instantiated variables from the term.
// deVar (t); // remove any instantiated variables from the term.
if (realTermLeaf (t))
{
while (fromlist != NULL && tolist != NULL)