mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 00:30:36 +08:00
* stor-layout.c (finalize_record_size): Fix typo.
From-SVN: r32524
This commit is contained in:
parent
9f056e3b10
commit
b451555aa1
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user