* tree.h (maximum_field_alignment, set_alignment): New declarations.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 2 Sep 1994 21:01:30 +0000 (14:01 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 2 Sep 1994 21:01:30 +0000 (14:01 -0700)
From-SVN: r8019

gcc/tree.h

index 14ed555876e299acf80bccfc4778764b102dd0c9..bfb82f2f0c3a8107573d41658cf8d318df386a6d 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.  */