mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
another fix for Python on Windows
This commit is contained in:
@@ -103,8 +103,9 @@ class PGF_INTERNAL_DECL PgfTypechecker {
|
|||||||
PgfDBMarshaller db_m;
|
PgfDBMarshaller db_m;
|
||||||
bool type_error(const char *fmt, ...)
|
bool type_error(const char *fmt, ...)
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
__attribute__ ((format (printf, 2, 3)));
|
__attribute__ ((format (printf, 2, 3)))
|
||||||
#endif
|
#endif
|
||||||
|
;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PgfTypechecker(ref<PgfPGF> gr, PgfMarshaller *m, PgfUnmarshaller *u, PgfExn* err);
|
PgfTypechecker(ref<PgfPGF> gr, PgfMarshaller *m, PgfUnmarshaller *u, PgfExn* err);
|
||||||
|
|||||||
Reference in New Issue
Block a user