1
0
forked from GitHub/gf-core

runtime/c/pf/jit.c: silence warning about alloca on MINGW32

This commit is contained in:
hallgren
2015-06-23 15:49:31 +00:00
parent 22ba8d34ff
commit c6cdb66cf2

View File

@@ -6,6 +6,9 @@
#include <pgf/evaluator.h>
#include <pgf/reader.h>
#include "lightning.h"
#ifdef __MINGW32__
#include <malloc.h>
#endif
//#define PGF_JIT_DEBUG