OSDN Git Service

* tree.h (maximum_field_alignment, set_alignment): New declarations.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Sep 1994 21:01:30 +0000 (21:01 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Sep 1994 21:01:30 +0000 (21:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8019 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree.h

index 14ed555..bfb82f2 100644 (file)
@@ -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.  */