More changes to compile on macOS (incomplete)

This commit is contained in:
John J. Camilleri
2021-10-12 15:29:29 +02:00
parent f9c6e94672
commit ead1160a75
7 changed files with 49 additions and 16 deletions

View File

@@ -123,7 +123,13 @@ struct PGF_INTERNAL_DECL PgfPGF {
static void release(ref<PgfPGF> pgf);
};
// extern PGF_INTERNAL_DECL
// PgfText master;
extern PGF_INTERNAL_DECL
PgfText master;
size_t master_size;
extern PGF_INTERNAL_DECL
char master_text[];
#endif