mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
added one more include to define alloca for Windows
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#if defined(__MINGW32__) || defined(_MSC_VER)
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define PGF_LOOKUP_DEBUG
|
//#define PGF_LOOKUP_DEBUG
|
||||||
//#define PGF_LINEARIZER_DEBUG
|
//#define PGF_LINEARIZER_DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user