From 71c4b4a24640a0bc593527660bda16f61e729cc0 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 4 Sep 2017 14:49:44 +0200 Subject: instance Eq Expr in the Haskell binding --- 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 e28db7f31..6492f8d18 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -185,7 +185,7 @@ pgf_read_type(GuIn* in, GuPool* pool, GuExn* err); PGF_API_DECL bool pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2); -PGF_API_DECL bool +PGF_API_DECL int pgf_expr_eq(PgfExpr e1, PgfExpr e2); PGF_API_DECL bool -- cgit v1.2.3