- Works better all the time. Huge shift of main logic. Much better.
This commit is contained in:
ccremers
2004-08-18 15:46:33 +00:00
parent b2d21f0a8a
commit 341f519bbb
4 changed files with 107 additions and 51 deletions

View File

@@ -1092,6 +1092,8 @@ term_constrain_level (const Term term)
int nodel (const Term t)
{
structure++;
if (realTermTuple (t))
structure++;
return 1;
}