break now yap code

This commit is contained in:
Vítor Santos Costa 2015-06-19 00:41:12 +01:00
parent 1471d27d12
commit 86b11f5536

View File

@ -1645,7 +1645,7 @@ static Int p_break(USES_REGS1) {
return TRUE;
}
if (at == AtomFalse) {
LOCAL_PL_local_data_p->break_level--;
LOCAL_BreakLevel--;
return TRUE;
}
return FALSE;