drh / lcc

The lcc retargetable ANSI C compiler

Home Page:https://drh.github.io/lcc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type rty definition should be at top

daipayan93 opened this issue · comments

Hi Dave,
In src/stmt.c line no. 151,
Type rty definition should be at top in statement function (for C89)

Type rty = freturn(cfunc->type);

Warm Regards,
Daipayan Bhowal

why ?

Seems to miss the brace after the case label.