diff options
Diffstat (limited to 'src/runtime/c')
| -rw-r--r-- | src/runtime/c/pgf/expr.c | 2 | ||||
| -rw-r--r-- | src/runtime/c/pgf/expr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/c/pgf/expr.c b/src/runtime/c/pgf/expr.c index 4e9f5ca89..f9fcd1442 100644 --- a/src/runtime/c/pgf/expr.c +++ b/src/runtime/c/pgf/expr.c @@ -1037,7 +1037,7 @@ pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2) return false; } -PGF_API bool +PGF_API int pgf_expr_eq(PgfExpr e1, PgfExpr e2) { GuVariantInfo ei1 = gu_variant_open(e1); 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 |
