]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(put_pending_sizes): New function.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 25 Sep 1995 21:50:02 +0000 (17:50 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 25 Sep 1995 21:50:02 +0000 (17:50 -0400)
From-SVN: r10398

gcc/stor-layout.c

index 1088e095f3020d6f829e8d78491dc320fb6ae5aa..3156c5853975750cc29acb1a262267aff822efb7 100644 (file)
@@ -81,6 +81,16 @@ get_pending_sizes ()
   return chain;
 }
 
+void
+put_pending_sizes (chain)
+     tree chain;
+{
+  if (pending_sizes)
+    abort ();
+
+  pending_sizes = chain;
+}
+
 /* Given a size SIZE that may not be a constant, return a SAVE_EXPR
    to serve as the actual size-expression for a type or decl.  */