diff --git a/source/compiler/sc3.c b/source/compiler/sc3.c index 6c7f369..39b604f 100644 --- a/source/compiler/sc3.c +++ b/source/compiler/sc3.c @@ -1454,6 +1454,7 @@ static int hier2(value *lval) if (!matchtoken('{')) error(38); lex(&val,&st); + lval->ident=iEXPRESSION; asm_parse_line(); if (!matchtoken('}')) error(38);