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

fix break in configure

This commit is contained in:
Nuno Lopes 2016-02-01 17:38:14 +00:00
parent ea55bd495f
commit 16a69e750a
2 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ extern "C" {
Z3_CATCH_RETURN(0.0);
}
unsigned long long Z3_API Z3_get_estimated_alloc_size(void) {
__uint64 Z3_API Z3_get_estimated_alloc_size(void) {
return memory::get_allocation_size();
}