(output_init_element): Now static.

From-SVN: r4975
This commit is contained in:
Richard Stallman 1993-07-23 19:01:20 +00:00
parent ff8f44010f
commit 34403047ce
1 changed files with 2 additions and 1 deletions

View File

@ -5048,6 +5048,7 @@ digest_init (type, init, tail, require_constant, constructor_constant)
/* Handle initializers that use braces. */
static void output_init_element ();
static void output_pending_init_elements ();
static void check_init_type_bitfields ();
@ -5659,7 +5660,7 @@ set_init_label (fieldname)
right after this element. (PENDING is normally 1;
it is 0 while outputting pending elements, to avoid recursion.) */
void
static void
output_init_element (value, type, field, pending)
tree value, type, field;
int pending;