From f4c17cb7aa1517739c5aea5155e17fc9d1b2f05e Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 16 May 2012 15:18:44 +0000 Subject: another attempt to port the robust parser to MacOS --- src/runtime/c/pgf/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/expr.h') diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 003102792..f4d5881c7 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -13,7 +13,7 @@ /// An abstract syntax tree typedef GuVariant PgfExpr; -GU_DECLARE_TYPE(PgfExpr, GuVariant); +extern GU_DECLARE_TYPE(PgfExpr, GuVariant); typedef GuList(PgfExpr) PgfExprs; -- cgit v1.2.3