Commit 8294accf by Per Bothner

* tree.h (maximum_field_alignment, set_alignment): New declarations.

From-SVN: r8019
parent ab72fb3b
...@@ -1249,6 +1249,12 @@ extern tree get_pending_sizes PROTO((void)); ...@@ -1249,6 +1249,12 @@ extern tree get_pending_sizes PROTO((void));
extern tree sizetype; extern tree sizetype;
/* If nonzero, an upper limit on alignment of structure fields, in bits. */
extern int maximum_field_alignment;
/* If non-zero, the alignment of a bitsting or (power-)set value, in bits. */
extern int set_alignment;
/* Concatenate two lists (chains of TREE_LIST nodes) X and Y /* Concatenate two lists (chains of TREE_LIST nodes) X and Y
by making the last node in X point to Y. by making the last node in X point to Y.
Returns X, except if X is 0 returns Y. */ Returns X, except if X is 0 returns Y. */
......
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