mirror of
https://github.com/Z3Prover/z3
synced 2026-04-27 14:23:35 +00:00
Merge pull request #8521 from Z3Prover/copilot/add-static-linkage-functions
Add static linkage to file-local function
This commit is contained in:
commit
f26f570ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Notes:
|
||||||
void register_z3_replayer_cmds(z3_replayer & in);
|
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";);
|
TRACE(z3_replayer, tout << "invalid argument reference\n";);
|
||||||
throw z3_replayer_exception("invalid argument reference");
|
throw z3_replayer_exception("invalid argument reference");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue