summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-07-23 19:01:20 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-07-23 19:01:20 +0000
commit687784d037e70441718dd7477dc19ff77475e537 (patch)
tree9c35200ed835f63d9d0db595d6a7c003849eaffc /gcc
parent82e162bb94d9ecf6e1890c4e544fe669b7e0c2f2 (diff)
downloadgcc-687784d037e70441718dd7477dc19ff77475e537.tar.gz
(output_init_element): Now static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4975 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-typeck.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index 8c88dbb3452..5ad4a2a02f2 100644
--- a/gcc/c-typeck.c
+++ b/gcc/c-typeck.c
@@ -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;