3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-26 02:25:32 +00:00

next split

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-06-21 21:05:51 -07:00
parent a7b41c49fe
commit 3189544050
2 changed files with 10 additions and 0 deletions

View file

@ -76,3 +76,4 @@ DLL_VIS JNIEXPORT void JNICALL Java_com_microsoft_z3_Native_setInternalErrorHand
{
Z3_set_error_handler((Z3_context)a0, Z3JavaErrorHandler);
}