- Denoting 'empty term' with '*' from now on, yields more compact
output.
This commit is contained in:
parent
391c939b83
commit
08f2155527
@ -290,7 +290,7 @@ termPrint (Term term)
|
||||
{
|
||||
if (term == NULL)
|
||||
{
|
||||
eprintf ("Empty term");
|
||||
eprintf ("*");
|
||||
return;
|
||||
}
|
||||
#ifdef DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user