mirror of
https://github.com/Z3Prover/z3
synced 2026-02-10 11:00:52 +00:00
Add static linkage to internal functions
Co-authored-by: nunoplopes <2998477+nunoplopes@users.noreply.github.com>
This commit is contained in:
parent
5bf3ed2a17
commit
52885a4d62
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ Notes:
|
|||
void register_z3_replayer_cmds(z3_replayer & in);
|
||||
|
||||
|
||||
void throw_invalid_reference() {
|
||||
static void throw_invalid_reference() {
|
||||
TRACE(z3_replayer, tout << "invalid argument reference\n";);
|
||||
throw z3_replayer_exception("invalid argument reference");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue