You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* TODO STRUCT UNION - analyze the consequences of this*/
if ($3 && $1->sym->type != STRUCT && $1->sym->type != UNION)
{
printf("WARNING: Assigning STRUCT by default to %s\n", $1->sym->name);
$1->sym->type = STRUCT;
}
The text was updated successfully, but these errors were encountered:
spin.y ->
The text was updated successfully, but these errors were encountered: