mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
Fix build when Z3_API macro is non-empty (#7553)
API function definitions are updated to be consistent with header files.
This commit is contained in:
parent
d10efa667a
commit
e6a089e63d
6 changed files with 12 additions and 12 deletions
|
@ -422,7 +422,7 @@ extern "C" {
|
|||
Z3_CATCH_RETURN(nullptr);
|
||||
}
|
||||
|
||||
Z3_API char const * Z3_model_to_string(Z3_context c, Z3_model m) {
|
||||
Z3_string Z3_API Z3_model_to_string(Z3_context c, Z3_model m) {
|
||||
Z3_TRY;
|
||||
LOG_Z3_model_to_string(c, m);
|
||||
RESET_ERROR_CODE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue