mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
fix variable type
This commit is contained in:
@@ -815,7 +815,7 @@ PgfType PgfExprParser::parse_type()
|
||||
PgfText *cat = NULL;
|
||||
|
||||
size_t n_args = 0;
|
||||
PgfType *args = NULL;
|
||||
PgfExpr *args = NULL;
|
||||
|
||||
for (;;) {
|
||||
if (token_tag == PGF_TOKEN_LPAR) {
|
||||
|
||||
Reference in New Issue
Block a user