Fix compilation errors of Python bindings on macOS

This commit is contained in:
John J. Camilleri
2021-10-18 08:27:19 +02:00
parent c9b668a583
commit 61e95bcfeb
4 changed files with 18 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ typedef struct {
PgfRevision revision; // transient branch
} TransactionObject;
PyTypeObject pgf_TransactionType;
extern PyTypeObject pgf_TransactionType;
PyObject *PGF_checkoutBranch(PGFObject *self, PyObject *args);