fix some bugs from yesterday plus improve support for modules in

operators.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2095 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2008-02-13 10:15:36 +00:00
parent 4fa75e361a
commit a4a26478e0
5 changed files with 133 additions and 49 deletions

View File

@@ -338,7 +338,7 @@ Yap_GetOp(OpEntry *pp, int *prio, int fix)
else
n = 4, *prio = p;
}
return (Yap_LookupAtom(optypes[n]));
return Yap_LookupAtom(optypes[n]);
}
typedef struct OPSTRUCT {