Skip to content

Commit 5ee1e0f

Browse files
committed
windows: alloca.h: Add comment, fix line endings.
1 parent 7a14022 commit 5ee1e0f

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)