more small fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1431 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -2110,7 +2110,7 @@ Yap_ReInitUnaryExps(void)
|
||||
WRITE_LOCK(ae->ARWLock);
|
||||
if ((p = Yap_GetExpPropHavingLock(ae, 1)) == NULL) {
|
||||
WRITE_UNLOCK(ae->ARWLock);
|
||||
return(FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
RepExpProp(p)->FOfEE.unary = InitUnTab[i].f;
|
||||
WRITE_UNLOCK(ae->ARWLock);
|
||||
|
Reference in New Issue
Block a user