3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +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

@ -5970,9 +5970,9 @@ extern "C" {
/**
\brief Return the estimated allocated memory in bytes.
def_API('Z3_get_estimated_alloc_size', ULLONG, ())
def_API('Z3_get_estimated_alloc_size', UINT64, ())
*/
unsigned long long Z3_API Z3_get_estimated_alloc_size(void);
__uint64 Z3_API Z3_get_estimated_alloc_size(void);
/*@}*/