JPL and DL fixes

documentation fix.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1572 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-03-22 15:00:29 +00:00
parent e90ddb032f
commit 01091f0bfa
8 changed files with 10 additions and 8 deletions

View File

@@ -581,7 +581,7 @@ Yap_InitCoroutPreds(void)
Atom at;
PredEntry *pred;
at = Yap_LookupAtom("$wake_up_goal");
at = Yap_FullLookupAtom("$wake_up_goal");
pred = RepPredProp(PredPropByFunc(Yap_MkFunctor(at, 2),0));
WakeUpCode = pred;
#endif