Allow compilation of structure accesses again.
[COMPILER] * BUG: Allow compilation of structure accesses again.
This commit is contained in:
parent
c7354f67b9
commit
6f6224a9c1
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue