fix pgf_value2expr for partial applications

This commit is contained in:
kr.angelov
2014-09-30 13:46:46 +00:00
parent 8801915523
commit 0bdd599972
2 changed files with 81 additions and 41 deletions

View File

@@ -87,7 +87,7 @@ typedef struct {
PgfCId id;
PgfExpr body;
} PgfExprAbs;
typedef struct {
PgfExpr fun;
PgfExpr arg;