summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/expr.h
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-09-04 14:49:44 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-09-04 14:49:44 +0200
commit71c4b4a24640a0bc593527660bda16f61e729cc0 (patch)
tree150fa28ece964fc139df06a1b492358bf17b8324 /src/runtime/c/pgf/expr.h
parentda091824a38c789b875156b89382c9f44debdc18 (diff)
instance Eq Expr in the Haskell binding
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
-rw-r--r--src/runtime/c/pgf/expr.h2
1 files changed, 1 insertions, 1 deletions
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