expand goals in queries and queues

This commit is contained in:
Mark Thom
2019-02-01 23:36:51 -07:00
parent b6922e2a0d
commit c5fbff505b
9 changed files with 114 additions and 78 deletions

View File

@@ -31,7 +31,7 @@ macro_rules! try_or_fail {
}
impl MachineState {
pub(super) fn new() -> Self {
pub(crate) fn new() -> Self {
MachineState {
s: 0,
p: CodePtr::default(),