mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
This commit is contained in:
parent
8d37495b7c
commit
02644b5b71
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace q {
|
||||||
binding* b = m_bindings;
|
binding* b = m_bindings;
|
||||||
if (b) {
|
if (b) {
|
||||||
do {
|
do {
|
||||||
b->display(ctx, num_decls(), out) << " - " << b << "\n";
|
b->display(ctx, num_decls(), out) << "\n";
|
||||||
b = b->next();
|
b = b->next();
|
||||||
}
|
}
|
||||||
while (b != m_bindings);
|
while (b != m_bindings);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue