3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-09 10:35:36 +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:
Nikolaj Bjorner 2026-02-07 05:08:00 -08:00 committed by GitHub
commit f26f570ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");
}