forked from GitHub/gf-core
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