- 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)
|
if (term == NULL)
|
||||||
{
|
{
|
||||||
eprintf ("Empty term");
|
eprintf ("*");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user