- Finally fixed the 'IV', 'RV' nuissance for global variables such as
the role names.
This commit is contained in:
parent
76666404b0
commit
41132afea3
@ -330,7 +330,7 @@ termPrint (Term term)
|
||||
if (realTermLeaf (term))
|
||||
{
|
||||
symbolPrint (TermSymb (term));
|
||||
if (term->type == VARIABLE)
|
||||
if (term->type == VARIABLE && TermRunid (term) >= 0)
|
||||
eprintf ("V");
|
||||
if (TermRunid (term) >= 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user