fix pthread complaining

This commit is contained in:
Vítor Santos Costa
2015-10-22 00:33:38 +01:00
parent d6148eb8ad
commit bcdfdeb65d
24 changed files with 34 additions and 440 deletions

View File

@@ -52,7 +52,7 @@ PL_is_blob(term_t t, PL_blob_t **type)
CACHE_REGS
Term yt = Yap_GetFromSlot(t);
Atom a;
BlobPropEntry *b;
YAP_BlobPropEntry *b;
if (IsVarTerm(yt))
return FALSE;