multifiles are discontiguus by def.
This commit is contained in:
parent
0ba024a7b0
commit
a54af395cf
@ -2134,7 +2134,7 @@ Yap_discontiguous( PredEntry *ap USES_REGS )
|
|||||||
{
|
{
|
||||||
register consult_obj *fp;
|
register consult_obj *fp;
|
||||||
|
|
||||||
if (ap->ExtraPredFlags & DiscontiguousPredFlag)
|
if (ap->ExtraPredFlags & (DiscontiguousPredFlag|MultiFileFlag))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
if (!LOCAL_ConsultSp) {
|
if (!LOCAL_ConsultSp) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user