@ -2948,6 +2948,8 @@ static int parse_btype(CType *type, AttributeDef *ad)
caseTOK_TYPEOF3:
next();
parse_expr_type(&type1);
/* remove all storage modifiers except typedef */
type1.t&=~(VT_STORAGE&~VT_TYPEDEF);
gotobasic_type2;
default:
if(typespec_found||typedef_found)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.