From 80036958a132e437747acc1c6a54c7b0820cdbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 18 Aug 2015 14:55:58 -0500 Subject: [PATCH] atom term --- C/utilpreds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/utilpreds.c b/C/utilpreds.c index 74820820a..400fff2f6 100644 --- a/C/utilpreds.c +++ b/C/utilpreds.c @@ -2748,7 +2748,7 @@ static Term non_singletons_in_complex_term(register CELL *pt0, register CELL *pt HR[1] = AbsPair(HR+2); HR += 2; HR[-2] = (CELL)pt2; - *pt2 = TermReFoundVar; + *pt2 = TermRefoundVar; } continue; }