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