1
0
forked from GitHub/gf-core

the code for def rules now uses proper graph update to preserve lazyness

This commit is contained in:
kr.angelov
2014-09-05 11:53:02 +00:00
parent 5e5ad8f2db
commit d7dc541f74
7 changed files with 67 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ typedef struct {
PgfLiteral lit;
} PgfValueLit;
static PgfClosure*
PgfClosure*
pgf_evaluate_indirection(PgfEvalState* state, PgfClosure* closure)
{
PgfIndirection* indir = (PgfIndirection*) closure;