lcc icon indicating copy to clipboard operation
lcc copied to clipboard

Type rty definition should be at top

Open daipayan93 opened this issue 8 years ago • 2 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

daipayan93 avatar Jan 17 '17 18:01 daipayan93

why ?

rofl0r avatar Jan 18 '17 15:01 rofl0r

Seems to miss the brace after the case label.

mycoboco avatar Jan 19 '17 01:01 mycoboco