From f30c60c3d7cfc2dbaca7e1ba0abf953b9c3caa63 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Sun, 9 Feb 2014 19:07:15 +0000 Subject: GuVariant is now plain uintptr_t instead of a structure to make it easier to write Haskell bindings --- src/runtime/c/pgf/data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 6bfd5d334..6b1dd1780 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -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, -- cgit v1.2.3