mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -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 PgfUnmarshaller unmarshaller;
|
||||||
extern PgfMarshaller marshaller;
|
extern PgfMarshaller marshaller;
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#define alloca _alloca
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // PYPGF_FFI_H_
|
#endif // PYPGF_FFI_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user