Commit b451555a by Nathan Sidwell Committed by Nathan Sidwell

* stor-layout.c (finalize_record_size): Fix typo.

From-SVN: r32524
parent 9f056e3b
2000-03-14 Nathan Sidwell <nathan@codesourcery.com>
* stor-layout.c (finalize_record_size): Fix typo.
2000-03-14 Stan Shebs <shebs@apple.com>
* c-typeck.c (c_alignof): Error on incomplete types.
......
......@@ -688,7 +688,7 @@ finalize_record_size (rli)
/* Determine the desired alignment. */
#ifdef ROUND_TYPE_ALIGN
TYPE_ALIGN (rli->t) = ROUND_TYPE_ALIGN (rli->t, TYPE_ALIGN (rli->t),
record_align);
rli->record_align);
#else
TYPE_ALIGN (rli->t) = MAX (TYPE_ALIGN (rli->t), rli->record_align);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment