(put_pending_sizes): New function.

From-SVN: r10398
This commit is contained in:
Richard Kenner 1995-09-25 17:50:02 -04:00
parent 5480a90cce
commit 1fd7c4ac66
1 changed files with 10 additions and 0 deletions

View 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. */