This commit is contained in:
Vítor Santos Costa
2018-07-06 19:59:12 +01:00
11 changed files with 50 additions and 37 deletions

View File

@@ -112,7 +112,7 @@ static Term indexer(Term inp) {
return TermZERO;
}
Yap_Error(TYPE_ERROR_ATOM, inp,
"set_prolog_flag in {dec10,error,fail,quiet}");
"set_prolog_flag index to an atom");
return TermZERO;
}