Fix #61
This commit is contained in:
parent
e737d56d0d
commit
3d919d191d
|
@ -370,7 +370,7 @@ private:
|
|||
.equalRange(current.index).empty)
|
||||
{
|
||||
writeToken();
|
||||
if (current.type != tok!"*" && current.type != tok!")")
|
||||
if (current.type != tok!"*" && current.type != tok!")" && current.type != tok!"[")
|
||||
write(" ");
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
const(char)* [VC_SAVED_IDENT_CNT] saved_idents;
|
|
@ -0,0 +1 @@
|
|||
const(char)*[VC_SAVED_IDENT_CNT] saved_idents;
|
Loading…
Reference in New Issue