- Added '--concrete' switch to fill in to pick readable names for

variables.
This commit is contained in:
ccremers
2005-11-12 21:13:00 +00:00
parent 1527773ae2
commit 76666404b0
9 changed files with 246 additions and 26 deletions

View File

@@ -195,5 +195,6 @@ int term_encryption_level (const Term term);
float term_constrain_level (const Term term);
void term_set_keylevels (const Term term);
void termPrintDiff (Term t1, Term t2);
int isLeafNameEqual (Term t1, Term t2);
#endif