We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52688d7 commit f3738afCopy full SHA for f3738af
src/big-int/allocainc.h
@@ -5,15 +5,17 @@
5
#ifndef CPROVER_BIG_INT_ALLOCAINC_H
6
#define CPROVER_BIG_INT_ALLOCAINC_H
7
8
-
+// clang-format off
9
#if defined linux || defined __linux__ \
10
|| defined __sun \
11
|| defined UWIN \
12
|| defined osf1 \
13
|| defined __MACH__ \
14
- || defined __CYGWIN__
+ || defined __CYGWIN__ \
15
+ || defined __EMSCRIPTEN__
16
+// clang-format on
17
-#include <alloca.h>
18
+# include <alloca.h>
19
20
#elif defined _MSC_VER \
21
|| defined __BORLANDC__ \
0 commit comments