summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-10-09 14:18:05 +0200
committerkrangelov <kr.angelov@gmail.com>2019-10-09 14:18:05 +0200
commit26361b3692a47df9d2abc6cd6d1e708e5d99f181 (patch)
tree13fd6f2682c6e7906d63ce9ec00a3c6d4fd80cb2 /src/runtime/c/pgf/data.h
parent30eef61f0a400d6b9ec77721620e13b8132a9c2c (diff)
fix the parsing for literals after the latest changes in the parser
Diffstat (limited to 'src/runtime/c/pgf/data.h')
-rw-r--r--src/runtime/c/pgf/data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h
index 680c41a45..17a7f185b 100644
--- a/src/runtime/c/pgf/data.h
+++ b/src/runtime/c/pgf/data.h
@@ -322,7 +322,8 @@ typedef struct PgfProductionCoerce
typedef struct {
PgfExprProb *ep;
- GuSeq* lins;
+ size_t n_lins;
+ PgfSymbols* lins[];
} PgfProductionExtern;
typedef struct {