mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
another fix for MacOS
This commit is contained in:
@@ -133,17 +133,16 @@ struct PGF_INTERNAL_DECL PgfConcrLinRes {
|
|||||||
|
|
||||||
typedef object PgfSymbol;
|
typedef object PgfSymbol;
|
||||||
|
|
||||||
struct PGF_INTERNAL_DECL PgfSymbolIdx {
|
struct PGF_INTERNAL_DECL PgfSymbolCat {
|
||||||
|
static const uint8_t tag = 0;
|
||||||
size_t d;
|
size_t d;
|
||||||
PgfConcrLIndex r;
|
PgfConcrLIndex r;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PGF_INTERNAL_DECL PgfSymbolCat : PgfSymbolIdx {
|
struct PGF_INTERNAL_DECL PgfSymbolLit {
|
||||||
static const uint8_t tag = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct PGF_INTERNAL_DECL PgfSymbolLit : PgfSymbolIdx {
|
|
||||||
static const uint8_t tag = 1;
|
static const uint8_t tag = 1;
|
||||||
|
size_t d;
|
||||||
|
PgfConcrLIndex r;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct PGF_INTERNAL_DECL PgfSymbolVar {
|
struct PGF_INTERNAL_DECL PgfSymbolVar {
|
||||||
|
|||||||
Reference in New Issue
Block a user