forked from GitHub/gf-core
fix chunk extraction when there are literals
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
//#define PGF_PARSER_DEBUG
|
#define PGF_PARSER_DEBUG
|
||||||
//#define PGF_COUNTS_DEBUG
|
//#define PGF_COUNTS_DEBUG
|
||||||
//#define PGF_RESULT_DEBUG
|
//#define PGF_RESULT_DEBUG
|
||||||
|
|
||||||
@@ -2083,6 +2083,8 @@ pgf_process_generated_cat(PgfParsing* ps,
|
|||||||
children[i] = pcoerce->coerce;
|
children[i] = pcoerce->coerce;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case PGF_PRODUCTION_EXTERN:
|
||||||
|
just_coercions = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user