mirror of
https://github.com/Z3Prover/z3
synced 2026-02-09 10:35:36 +00:00
Revert prexpr to non-static for debugging availability
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
This commit is contained in:
parent
52885a4d62
commit
eced186d1f
1 changed files with 1 additions and 1 deletions
|
|
@ -3505,7 +3505,7 @@ void scoped_mark::pop_scope(unsigned num_scopes) {
|
|||
|
||||
// show an expr_ref on stdout
|
||||
|
||||
static void prexpr(expr_ref &e){
|
||||
void prexpr(expr_ref &e){
|
||||
std::cout << mk_pp(e.get(), e.get_manager()) << std::endl;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue