beautification.

This commit is contained in:
Vítor Santos Costa 2011-11-03 07:50:34 +09:00
parent 98de122687
commit 0154db015e
1 changed files with 2 additions and 2 deletions

View File

@ -932,11 +932,11 @@ p_unifiable( USES_REGS1 )
} }
int int
Yap_unifiable( Term d0, Term d1 ) Yap_Unifiable( Term d0, Term d1 )
{ {
CACHE_REGS CACHE_REGS
tr_fr_ptr trp, trp0 = TR; tr_fr_ptr trp, trp0 = TR;
Term tf = TermNil;
if (!unifiable(d0,d1)) { if (!unifiable(d0,d1)) {
return FALSE; return FALSE;
} }