mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Change alloca.h to stdlib.h
Not present on windows.
This commit is contained in:
parent
7761b5a18b
commit
368c2c99d7
|
|
@ -1,5 +1,5 @@
|
|||
#include <string.h>
|
||||
#include <alloca.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define SIZE 128*1024 // twice the largest page size
|
||||
void alloca_test()
|
||||
|
|
|
|||
Loading…
Reference in a new issue