From 26361b3692a47df9d2abc6cd6d1e708e5d99f181 Mon Sep 17 00:00:00 2001 From: krangelov Date: Wed, 9 Oct 2019 14:18:05 +0200 Subject: fix the parsing for literals after the latest changes in the parser --- src/runtime/c/pgf/data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/data.h') 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 { -- cgit v1.2.3