xo-reader2: build: compile nits

This commit is contained in:
Roland Conybeare 2026-05-31 00:11:16 -04:00
commit 37b30e32e0
3 changed files with 3 additions and 3 deletions

View file

@ -195,7 +195,7 @@ namespace xo {
bool ok = array_->push_back(p_psm->expr_alloc(), lit);
assert(ok);
if (!ok) assert(false);
}
// start syntax to receive next literal

View file

@ -243,7 +243,7 @@ namespace xo {
this->key_ = nullptr;
assert(ok);
if (!ok) assert(false);
return;
}

View file

@ -311,7 +311,7 @@ namespace xo {
param_var.data()->name(),
param_var.data()->typeref());
assert(b.is_local());
if (!b.is_local()) assert(false);
this->local_symtab_ = symtab;
}