Add the array size to ZCC_VarName
This commit is contained in:
parent
0d25ed8289
commit
67caf3303b
3 changed files with 5 additions and 1 deletions
|
|
@ -373,6 +373,7 @@ static void PrintVarName(FLispString &out, ZCC_TreeNode *node)
|
|||
ZCC_VarName *vnode = (ZCC_VarName *)node;
|
||||
out.Open("var-name");
|
||||
out.AddName(vnode->Name);
|
||||
PrintNodes(out, vnode->ArraySize);
|
||||
out.Close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue