mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
redefine alloca as _alloca for VC++
This commit is contained in:
@@ -38,4 +38,8 @@ void FreePgfPrintContext(PgfPrintContext *ctxt);
|
||||
extern PgfUnmarshaller unmarshaller;
|
||||
extern PgfMarshaller marshaller;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
|
||||
#endif // PYPGF_FFI_H_
|
||||
|
||||
Reference in New Issue
Block a user