Also update alignment in complete_type(); resulted in obscure (and wrong) error message

This commit is contained in:
ceriel 1994-03-01 09:54:16 +00:00
parent 805a0a4b66
commit b03e2f6a8b

View file

@ -299,6 +299,7 @@ completed(tp)
while (etp = etp->next) {
if (! etp->tp_sdef) etp->tp_sdef = tp->tp_sdef;
etp->tp_size = tp->tp_size;
etp->tp_align = tp->tp_align;
}
break;
}