diff options
| author | krasimir <krasimir@chalmers.se> | 2015-12-19 17:30:41 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-12-19 17:30:41 +0000 |
| commit | 0b9395fd7006592d0434503751a88ef95ab47603 (patch) | |
| tree | 2a50ca07471781a79ec36706c9495324abe56477 /src/runtime/c/pgf/reasoner.h | |
| parent | 6947d36e1a703ca33bb98eb64050262d6101a068 (diff) | |
a fix that should solve the segmentation fault on MacOS with the exhaustive generator
Diffstat (limited to 'src/runtime/c/pgf/reasoner.h')
| -rw-r--r-- | src/runtime/c/pgf/reasoner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/reasoner.h b/src/runtime/c/pgf/reasoner.h index 7826ef2a3..21dcd6997 100644 --- a/src/runtime/c/pgf/reasoner.h +++ b/src/runtime/c/pgf/reasoner.h @@ -106,6 +106,7 @@ struct PgfEvalGates { PgfFunction combine1; PgfFunction combine2; + PgfFunction complete; PgfClosure* (*enter)(PgfReasoner* rs, PgfClosure* closure); |
