1
0
forked from GitHub/gf-core

fix chunk extraction when there are literals

This commit is contained in:
krangelov
2019-10-09 14:32:20 +02:00
parent 26361b3692
commit 5b790b82c5

View File

@@ -9,7 +9,7 @@
#include <math.h>
#include <stdlib.h>
//#define PGF_PARSER_DEBUG
#define PGF_PARSER_DEBUG
//#define PGF_COUNTS_DEBUG
//#define PGF_RESULT_DEBUG
@@ -2083,6 +2083,8 @@ pgf_process_generated_cat(PgfParsing* ps,
children[i] = pcoerce->coerce;
break;
}
case PGF_PRODUCTION_EXTERN:
just_coercions = false;
}
}