Open daipayan93 opened 7 years ago
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.
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