mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
attempt to fix compilation on Mac
This commit is contained in:
@@ -151,8 +151,9 @@ struct PGF_INTERNAL_DECL PgfSymbolVar {
|
|||||||
size_t d, r;
|
size_t d, r;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PGF_INTERNAL_DECL PgfSymbolKS : PgfText {
|
struct PGF_INTERNAL_DECL PgfSymbolKS {
|
||||||
static const uint8_t tag = 3;
|
static const uint8_t tag = 3;
|
||||||
|
PgfText token;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PGF_INTERNAL_DECL PgfSymbolKP {
|
struct PGF_INTERNAL_DECL PgfSymbolKP {
|
||||||
|
|||||||
Reference in New Issue
Block a user