Allow compilation of structure accesses again.
[COMPILER] * BUG: Allow compilation of structure accesses again.
This commit is contained in:
parent
ed775d62d4
commit
da5c780572
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user