summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/expr.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-05-21 10:53:20 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-05-21 10:53:20 +0000
commitb7cbee794087f67bdcac2eb09acfbbc937bfea12 (patch)
tree39bc368b0e97f03b2a236f9b128c24a0d2c46208 /src/runtime/c/pgf/expr.h
parent3e30dd78ece25632ee5dad62599af67e60368df5 (diff)
fix the encoding problem with unicode literals in the Python 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 7bd2d218f..ef2dd013c 100644
--- a/src/runtime/c/pgf/expr.h
+++ b/src/runtime/c/pgf/expr.h
@@ -152,7 +152,7 @@ pgf_expr_unapply(PgfExpr expr, GuPool* pool);
PgfExpr
-pgf_read_expr(GuReader* rdr, GuPool* pool, GuExn* err);
+pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err);
bool
pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2);