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 c7354f67b9
commit 6f6224a9c1

View file

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