fix the parsing for literals after the latest changes in the parser

This commit is contained in:
krangelov
2019-10-09 14:18:05 +02:00
parent 30eef61f0a
commit 26361b3692
2 changed files with 35 additions and 147 deletions

View File

@@ -322,7 +322,8 @@ typedef struct PgfProductionCoerce
typedef struct {
PgfExprProb *ep;
GuSeq* lins;
size_t n_lins;
PgfSymbols* lins[];
} PgfProductionExtern;
typedef struct {