mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 13:02:50 -06:00
GuVariant is now plain uintptr_t instead of a structure to make it easier to write Haskell bindings
This commit is contained in:
@@ -159,7 +159,7 @@ typedef struct PgfItem PgfItem;
|
||||
typedef GuMap PgfCallbacksMap;
|
||||
extern GU_DECLARE_TYPE(PgfCallbacksMap, GuMap);
|
||||
|
||||
typedef struct GuVariant PgfSymbol;
|
||||
typedef GuVariant PgfSymbol;
|
||||
|
||||
typedef enum {
|
||||
PGF_SYMBOL_CAT,
|
||||
|
||||
Reference in New Issue
Block a user