Skip to content

Commit

Permalink
another fix for Python on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Apr 11, 2024
1 parent 7153490 commit 77752f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/c/pgf/typechecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ class PGF_INTERNAL_DECL PgfTypechecker {
PgfDBMarshaller db_m;
bool type_error(const char *fmt, ...)
#ifdef __GNUC__
__attribute__ ((format (printf, 2, 3)));
__attribute__ ((format (printf, 2, 3)))
#endif
;

public:
PgfTypechecker(ref<PgfPGF> gr, PgfMarshaller *m, PgfUnmarshaller *u, PgfExn* err);
Expand Down

0 comments on commit 77752f0

Please sign in to comment.