forked from GitHub/gf-core
runtime/c/pf/jit.c: silence warning about alloca on MINGW32
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
#include <pgf/evaluator.h>
|
#include <pgf/evaluator.h>
|
||||||
#include <pgf/reader.h>
|
#include <pgf/reader.h>
|
||||||
#include "lightning.h"
|
#include "lightning.h"
|
||||||
|
#ifdef __MINGW32__
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define PGF_JIT_DEBUG
|
//#define PGF_JIT_DEBUG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user