There was an error while loading. Please reload this page.
1 parent dec1f94 commit 1e96f53Copy full SHA for 1e96f53
1 file changed
internal/compiler/builtin/builtin.h
@@ -4,7 +4,7 @@
4
5
#ifdef _WIN32
6
#include <malloc.h>
7
-#else
+#elif !defined(__OpenBSD__)
8
#include <alloca.h>
9
#endif
10
0 commit comments