We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e719c8b commit 6a14010Copy full SHA for 6a14010
src/big-int/allocainc.h
@@ -12,13 +12,13 @@ Author: Daniel Kroening, dkr@amazon.com
12
#define CPROVER_BIG_INT_ALLOCAINC_H
13
14
// clang-format off
15
-#if defined linux || defined __linux__ \
16
- || defined __sun \
17
- || defined UWIN \
18
- || defined osf1 \
19
- || defined __MACH__ \
20
- || defined __CYGWIN__ \
21
- || defined __EMSCRIPTEN__
+#if defined linux || defined __linux__ \
+ || defined __sun \
+ || defined UWIN \
+ || defined osf1 \
+ || defined __MACH__ \
+ || defined __CYGWIN__ \
+ || defined __EMSCRIPTEN__
22
// clang-format on
23
24
# include <alloca.h>
0 commit comments