From: Per Bothner Date: Fri, 2 Sep 1994 21:01:30 +0000 (-0700) Subject: * tree.h (maximum_field_alignment, set_alignment): New declarations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8294accf6dc5c51c9112478f5025faa2b8b5931a;p=gcc.git * tree.h (maximum_field_alignment, set_alignment): New declarations. From-SVN: r8019 --- diff --git a/gcc/tree.h b/gcc/tree.h index 14ed555876e..bfb82f2f0c3 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1249,6 +1249,12 @@ extern tree get_pending_sizes PROTO((void)); 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 by making the last node in X point to Y. Returns X, except if X is 0 returns Y. */