1
0
forked from GitHub/gf-core

a fix that should solve the segmentation fault on MacOS with the exhaustive generator

This commit is contained in:
krasimir
2015-12-19 17:30:41 +00:00
parent 6947d36e1a
commit 0b9395fd70
2 changed files with 13 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ struct PgfEvalGates {
PgfFunction combine1;
PgfFunction combine2;
PgfFunction complete;
PgfClosure* (*enter)(PgfReasoner* rs, PgfClosure* closure);