fix warnings

This commit is contained in:
Vitor Santos Costa
2012-12-20 21:13:51 +00:00
parent a309f47794
commit cb37e7714a
7 changed files with 1 additions and 10 deletions

1
C/dbase.c Normal file → Executable file
View File

@@ -1887,7 +1887,6 @@ Yap_new_ludbe(Term t, PredEntry *pe, UInt nargs)
static LogUpdClause *
record_lu(PredEntry *pe, Term t, int position)
{
CACHE_REGS
LogUpdClause *cl;
if ((cl = new_lu_db_entry(t, pe)) == NULL) {