correct off by 1 error in verify_attrs_interrupt, revert to previous lists.pl

This commit is contained in:
Mark Thom
2019-10-12 19:14:33 -06:00
parent 8c4c70b089
commit 1d41489381
6 changed files with 50 additions and 52 deletions

View File

@@ -151,7 +151,6 @@ impl Line {
&Line::Cut(_) => true,
&Line::Fact(_) => true,
&Line::Query(_) => true,
&Line::Control(ControlInstruction::Proceed) => true,
_ => false,
}
}