mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 00:37:36 +00:00
Add static linkage to internal functions
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
This commit is contained in:
parent
ba6cfffcdf
commit
21fd199062
2 changed files with 2 additions and 2 deletions
|
|
@ -3502,7 +3502,7 @@ void scoped_mark::pop_scope(unsigned num_scopes) {
|
|||
|
||||
// show an expr_ref on stdout
|
||||
|
||||
void prexpr(expr_ref &e){
|
||||
static 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