diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-27 12:48:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-27 12:48:07 +0000 |
commit | f712a0dcd3010d64361b11d5f7b7d71700f69aab (patch) | |
tree | c2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/stor-layout.c | |
parent | 5d822c0058e6e4da7d30bd003fd9696370a88aef (diff) | |
download | gcc-f712a0dcd3010d64361b11d5f7b7d71700f69aab.tar.gz |
* LANGUAGES: Follow spelling conventions.
* rtl.def: Likewise.
* sbitmap.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* stab.def: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* target.h: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree.c: Likewise.
* tree.def: Likewise.
* tree.h: Likewise.
* unroll.c: Likewise.
* varasm.c: Likewise.
* vmsdbgout.c: Likewise.
* treelang/treelang.texi: Likewise.
* treelang/treetree.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index dae4c2df38e..67b657908ee 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -48,7 +48,7 @@ tree sizetype_tab[(int) TYPE_KIND_LAST]; The value is measured in bits. */ unsigned int maximum_field_alignment; -/* If non-zero, the alignment of a bitstring or (power-)set value, in bits. +/* If nonzero, the alignment of a bitstring or (power-)set value, in bits. May be overridden by front-ends. */ unsigned int set_alignment = 0; @@ -96,7 +96,7 @@ get_pending_sizes () return chain; } -/* Return non-zero if EXPR is present on the pending sizes list. */ +/* Return nonzero if EXPR is present on the pending sizes list. */ int is_pending_size (expr) @@ -807,7 +807,7 @@ place_field (rli, field) affect the alignment of a record; even a zero-sized field can do this. The alignment should be to the alignment of the type, except that for zero-size bitfields this only - applies if there was an immediately prior, non-zero-size + applies if there was an immediately prior, nonzero-size bitfield. (That's the way it is, experimentally.) */ if (! integer_zerop (DECL_SIZE (field)) ? ! DECL_PACKED (field) |