mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
temporary build fix
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8029e31ddd
commit
8bcd6edd08
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Revision History:
|
||||||
# define GCC_RET_NON_NULL
|
# define GCC_RET_NON_NULL
|
||||||
# endif
|
# endif
|
||||||
# define ALLOC_ATTR __attribute__((malloc)) GCC_RET_NON_NULL
|
# define ALLOC_ATTR __attribute__((malloc)) GCC_RET_NON_NULL
|
||||||
#elif defined(_WINDOWS)
|
#elif defined(_WINDOWS) && (VisualStudioVersion >= 13)
|
||||||
# define ALLOC_ATTR __declspec(restrict)
|
# define ALLOC_ATTR __declspec(restrict)
|
||||||
#else
|
#else
|
||||||
# define ALLOC_ATTR
|
# define ALLOC_ATTR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue