mirror of
https://github.com/Z3Prover/z3
synced 2026-02-09 18:40:51 +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 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