pretty printing for expressions and types

This commit is contained in:
krangelov
2021-08-26 15:46:16 +02:00
parent 07bda06fb2
commit 275addfcbe
11 changed files with 572 additions and 11 deletions

View File

@@ -473,7 +473,7 @@ uintptr_t PgfExprParser::parse_arg()
return arg;
}
PgfText wildcard = {size: 1, text: {'_','0'}};
PGF_INTERNAL PgfText wildcard = {size: 1, text: {'_','0'}};
PgfBind *PgfExprParser::parse_bind(PgfBind *next)
{