fix duplicated goal in meta-call execute0
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@944 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
2fbad3d467
commit
1aa1610e83
2
C/exec.c
2
C/exec.c
@ -284,7 +284,7 @@ do_execute(Term t, SMALLUNSGN mod)
|
||||
ENV = YENV;
|
||||
ASP -= EnvSizeInCells+3;
|
||||
P = NEXTOP(COMMA_CODE,sla);
|
||||
t = ArgOfTerm(1,t);
|
||||
ARG1 = t = ArgOfTerm(1,t);
|
||||
goto restart_exec;
|
||||
} else if (mod != CurrentModule) {
|
||||
return(CallMetaCall(mod));
|
||||
|
@ -4757,7 +4757,7 @@ and @var{I} is bound to its position.
|
||||
|
||||
@end table
|
||||
|
||||
The following predicate can only be used for dynamic predicates:
|
||||
The following predicates can only be used for dynamic predicates:
|
||||
|
||||
@table @code
|
||||
|
||||
|
Reference in New Issue
Block a user