Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3119b60

Browse files
committed
Merge branch 'master' of github.com:micropython/micropython
2 parents 451f78d + 5ee1e0f commit 3119b60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

windows/alloca.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
#include <malloc.h>
1+
// Compatibility header to workaround lack of native alloca.h in some
2+
// Windows toolchains.
3+
#include <malloc.h>

0 commit comments

Comments
 (0)