md5 support

This commit is contained in:
Vítor Santos Costa
2015-11-05 19:22:40 +00:00
parent 4cbeb6df39
commit e04dd14bed
2 changed files with 32 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ Yap_ArgListToVector (Term listl, const param_t *def, int n)
if (!na) {
free( a );
return NULL;
}
na->used = 1;
na->tvalue = ArgOfTerm(1, hd);
} else {