3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-11 03:33:35 +00:00

temporary build fix

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-03-01 15:19:57 -08:00
parent 8029e31ddd
commit 8bcd6edd08

View file

@ -34,7 +34,7 @@ Revision History:
# define GCC_RET_NON_NULL
# endif
# define ALLOC_ATTR __attribute__((malloc)) GCC_RET_NON_NULL
#elif defined(_WINDOWS)
#elif defined(_WINDOWS) && (VisualStudioVersion >= 13)
# define ALLOC_ATTR __declspec(restrict)
#else
# define ALLOC_ATTR