mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
trying to compile Z3 using cygwin/gcc...
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4dc834d5ee
commit
1f61381172
8 changed files with 27 additions and 9 deletions
|
@ -21,11 +21,9 @@ Revision History:
|
|||
|
||||
#include<algorithm>
|
||||
|
||||
#ifndef _WINDOWS
|
||||
#ifndef __fallthrough
|
||||
#define __fallthrough
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define mix(a,b,c) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue