Allow compilation of structure accesses again.

[COMPILER]
* BUG: Allow compilation of structure accesses again.
This commit is contained in:
gambas 2018-07-07 02:23:08 +02:00
parent ed775d62d4
commit da5c780572

View file

@ -430,6 +430,7 @@ static void trans_operation(short op, short nparam, PATTERN previous)
{
case T_OBJECT:
case T_VARIANT:
case T_STRUCT:
break;
default: