fix documentation

This commit is contained in:
Vitor Santos Costa 2010-08-03 12:58:19 +01:00
parent ebc22dc29f
commit 90ffa99878
1 changed files with 1 additions and 1 deletions

View File

@ -15777,7 +15777,7 @@ runall(YAP_Term g)
YAP_dogoalinfo goalInfo;
YAP_Term *goalArgs = YAP_ArraysOfTerm(g);
YAP_Functor *goalFunctor = YAP_FunctorOfTerm(g);
YAP_PredEntryPtr goalPred = YAP_FunctorToGoal(goalFunctor);
YAP_PredEntryPtr goalPred = YAP_FunctorToPred(goalFunctor);
result = YAP_EnterGoal( goalPred, goalArgs, &goalInfo );
while (result)