We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcd030 commit 58e685dCopy full SHA for 58e685d
src/big-int/allocainc.h
@@ -12,13 +12,13 @@ Author: Daniel Kroening, [email protected]
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