- Finally fixed the 'IV', 'RV' nuissance for global variables such as

the role names.
This commit is contained in:
ccremers 2005-11-12 21:16:02 +00:00
parent 76666404b0
commit 41132afea3

View File

@ -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)
{