Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/z3prover/z3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 28, 2022
2 parents ec74a87 + 3e8cbb6 commit 7cc58c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/z3_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -5881,7 +5881,7 @@ extern "C" {
def_API('Z3_eval_smtlib2_string', STRING, (_in(CONTEXT), _in(STRING),))
*/

Z3_string Z3_API Z3_eval_smtlib2_string(Z3_context c Z3_string str);
Z3_string Z3_API Z3_eval_smtlib2_string(Z3_context c, Z3_string str);


/**
Expand Down

0 comments on commit 7cc58c9

Please sign in to comment.