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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user