only for properly constructed symbols
This commit is contained in:
parent
64328dcf88
commit
07f9b1c8ba
|
|
@ -1128,7 +1128,8 @@ private:
|
|||
{
|
||||
if (suffix.star != tok!"")
|
||||
{
|
||||
currentSymbol.acSymbol.isPointer = true;
|
||||
if (currentSymbol && currentSymbol.acSymbol)
|
||||
currentSymbol.acSymbol.isPointer = true;
|
||||
continue;
|
||||
}
|
||||
else if (suffix.type)
|
||||
|
|
|
|||
Loading…
Reference in New Issue